package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "is-accessor-descriptor@^1.0.1",
  3. "_id": "is-accessor-descriptor@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==",
  6. "_location": "/is-accessor-descriptor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-accessor-descriptor@^1.0.1",
  12. "name": "is-accessor-descriptor",
  13. "escapedName": "is-accessor-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-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz",
  26. "_shasum": "3223b10628354644b86260db29b3e693f5ceedd4",
  27. "_spec": "is-accessor-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-accessor-descriptor/issues"
  43. },
  44. "bundleDependencies": false,
  45. "contributors": [
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "name": "Rouven Weßling",
  52. "url": "www.rouvenwessling.de"
  53. }
  54. ],
  55. "dependencies": {
  56. "hasown": "^2.0.0"
  57. },
  58. "deprecated": false,
  59. "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
  60. "devDependencies": {
  61. "@ljharb/eslint-config": "^21.1.0",
  62. "aud": "^2.0.3",
  63. "auto-changelog": "^2.4.0",
  64. "eslint": "=8.8.0",
  65. "evalmd": "^0.0.19",
  66. "in-publish": "^2.0.1",
  67. "npmignore": "^0.3.0",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^2.0.0",
  70. "tape": "^5.7.2"
  71. },
  72. "engines": {
  73. "node": ">= 0.10"
  74. },
  75. "homepage": "https://github.com/inspect-js/is-accessor-descriptor",
  76. "keywords": [
  77. "descriptor",
  78. "get",
  79. "getter",
  80. "is",
  81. "keys",
  82. "object",
  83. "properties",
  84. "property",
  85. "set",
  86. "setter",
  87. "type",
  88. "valid",
  89. "value"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "is-accessor-descriptor",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/is-accessor-descriptor.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prelint": "evalmd README.md",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  115. },
  116. "version": "1.0.1"
  117. }