package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "is-data-descriptor@^1.0.1",
  3. "_id": "is-data-descriptor@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==",
  6. "_location": "/is-data-descriptor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-data-descriptor@^1.0.1",
  12. "name": "is-data-descriptor",
  13. "escapedName": "is-data-descriptor",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/base/is-descriptor",
  20. "/define-property/is-descriptor",
  21. "/extglob/is-descriptor",
  22. "/is-descriptor",
  23. "/snapdragon-node/is-descriptor"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz",
  26. "_shasum": "2109164426166d32ea38c405c1e0945d9e6a4eeb",
  27. "_spec": "is-data-descriptor@^1.0.1",
  28. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/is-descriptor",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "auto-changelog": {
  34. "output": "CHANGELOG.md",
  35. "template": "keepachangelog",
  36. "unreleased": false,
  37. "commitLimit": false,
  38. "backfillLimit": false,
  39. "hideCredit": true
  40. },
  41. "bugs": {
  42. "url": "https://github.com/inspect-js/is-data-descriptor/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Jordan Harband",
  48. "url": "https://github.com/ljharb"
  49. },
  50. {
  51. "name": "Jon Schlinkert",
  52. "url": "https://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Rouven Weßling",
  56. "url": "www.rouvenwessling.de"
  57. }
  58. ],
  59. "dependencies": {
  60. "hasown": "^2.0.0"
  61. },
  62. "deprecated": false,
  63. "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
  64. "devDependencies": {
  65. "@ljharb/eslint-config": "^21.1.0",
  66. "aud": "^2.0.3",
  67. "auto-changelog": "^2.4.0",
  68. "eslint": "=8.8.0",
  69. "evalmd": "^0.0.19",
  70. "in-publish": "^2.0.1",
  71. "npmignore": "^0.3.0",
  72. "nyc": "^10.3.2",
  73. "safe-publish-latest": "^2.0.0",
  74. "tape": "^5.7.2"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "exports": {
  80. ".": "./index.js",
  81. "./package.json": "./package.json"
  82. },
  83. "homepage": "https://github.com/inspect-js/is-data-descriptor",
  84. "keywords": [
  85. "accessor",
  86. "check",
  87. "data",
  88. "descriptor",
  89. "get",
  90. "getter",
  91. "is",
  92. "keys",
  93. "object",
  94. "properties",
  95. "property",
  96. "set",
  97. "setter",
  98. "type",
  99. "valid",
  100. "value"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "is-data-descriptor",
  105. "publishConfig": {
  106. "ignore": [
  107. ".github/workflows"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/inspect-js/is-data-descriptor.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --ext=js,mjs .",
  116. "posttest": "aud --production",
  117. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  118. "prelint": "evalmd README.md",
  119. "prepack": "npmignore --auto --commentLines=autogenerated",
  120. "prepublish": "not-in-publish || npm run prepublishOnly",
  121. "prepublishOnly": "safe-publish-latest",
  122. "pretest": "npm run lint",
  123. "test": "npm run tests-only",
  124. "tests-only": "nyc tape 'test/**/*.js'",
  125. "version": "auto-changelog && git add CHANGELOG.md"
  126. },
  127. "version": "1.0.1"
  128. }