package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_from": "is-descriptor@^1.0.0",
  3. "_id": "is-descriptor@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==",
  6. "_location": "/extglob/is-descriptor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-descriptor@^1.0.0",
  12. "name": "is-descriptor",
  13. "escapedName": "is-descriptor",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/extglob/define-property"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-descriptor/-/is-descriptor-1.0.3.tgz",
  22. "_shasum": "92d27cb3cd311c4977a4db47df457234a13cb306",
  23. "_spec": "is-descriptor@^1.0.0",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\extglob\\node_modules\\define-property",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-descriptor/issues"
  39. },
  40. "bundleDependencies": false,
  41. "contributors": [
  42. {
  43. "name": "Brian Woodward",
  44. "url": "https://twitter.com/doowb"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "url": "http://twitter.com/jonschlinkert"
  49. },
  50. {
  51. "url": "https://github.com/wtgtybhertgeghgtwtg"
  52. }
  53. ],
  54. "dependencies": {
  55. "is-accessor-descriptor": "^1.0.1",
  56. "is-data-descriptor": "^1.0.1"
  57. },
  58. "deprecated": false,
  59. "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  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.4"
  74. },
  75. "exports": {
  76. ".": "./index.js",
  77. "./package.json": "./package.json"
  78. },
  79. "homepage": "https://github.com/inspect-js/is-descriptor",
  80. "keywords": [
  81. "accessor",
  82. "check",
  83. "data",
  84. "descriptor",
  85. "get",
  86. "getter",
  87. "is",
  88. "keys",
  89. "object",
  90. "properties",
  91. "property",
  92. "set",
  93. "setter",
  94. "type",
  95. "valid",
  96. "value"
  97. ],
  98. "license": "MIT",
  99. "main": "index.js",
  100. "name": "is-descriptor",
  101. "publishConfig": {
  102. "ignore": [
  103. ".github/workflows"
  104. ]
  105. },
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/inspect-js/is-descriptor.git"
  109. },
  110. "scripts": {
  111. "lint": "eslint --ext=js,mjs .",
  112. "posttest": "aud --production",
  113. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  114. "prelint": "evalmd README.md",
  115. "prepack": "npmignore --auto --commentLines=autogenerated",
  116. "prepublish": "not-in-publish || npm run prepublishOnly",
  117. "prepublishOnly": "safe-publish-latest",
  118. "pretest": "npm run lint",
  119. "test": "npm run tests-only",
  120. "tests-only": "nyc tape 'test/**/*.js'",
  121. "version": "auto-changelog && git add CHANGELOG.md"
  122. },
  123. "version": "1.0.3"
  124. }