package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "has-property-descriptors@^1.0.2",
  3. "_id": "has-property-descriptors@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==",
  6. "_location": "/has-property-descriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-property-descriptors@^1.0.2",
  12. "name": "has-property-descriptors",
  13. "escapedName": "has-property-descriptors",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/define-properties",
  20. "/set-function-length",
  21. "/set-function-name"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
  24. "_shasum": "963ed7d071dc7bf5f084c5bfbe0d1b6222586854",
  25. "_spec": "has-property-descriptors@^1.0.2",
  26. "_where": "F:\\project\\node_util\\node_modules\\set-function-length",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/has-property-descriptors/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "es-define-property": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "aud": "^2.0.4",
  51. "auto-changelog": "^2.4.0",
  52. "eslint": "=8.8.0",
  53. "evalmd": "^0.0.19",
  54. "in-publish": "^2.0.1",
  55. "npmignore": "^0.3.1",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^2.0.0",
  58. "tape": "^5.7.4"
  59. },
  60. "exports": {
  61. ".": "./index.js",
  62. "./package.json": "./package.json"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
  68. "keywords": [
  69. "property",
  70. "descriptors",
  71. "has",
  72. "environment",
  73. "env",
  74. "defineProperty",
  75. "getOwnPropertyDescriptor"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "has-property-descriptors",
  80. "publishConfig": {
  81. "ignore": [
  82. ".github/workflows"
  83. ]
  84. },
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/inspect-js/has-property-descriptors.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prelint": "evalmd README.md",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "nyc tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "sideEffects": false,
  103. "testling": {
  104. "files": "test/index.js"
  105. },
  106. "version": "1.0.2"
  107. }