package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "has-property-descriptors@^1.0.0",
  3. "_id": "has-property-descriptors@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==",
  6. "_location": "/has-property-descriptors",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-property-descriptors@^1.0.0",
  12. "name": "has-property-descriptors",
  13. "escapedName": "has-property-descriptors",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/define-properties"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz",
  22. "_shasum": "610708600606d36961ed04c196193b6a607fa861",
  23. "_spec": "has-property-descriptors@^1.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\define-properties",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  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/has-property-descriptors/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "get-intrinsic": "^1.1.1"
  43. },
  44. "deprecated": false,
  45. "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.0.0",
  48. "aud": "^2.0.0",
  49. "auto-changelog": "^2.4.0",
  50. "eslint": "=8.8.0",
  51. "evalmd": "^0.0.19",
  52. "in-publish": "^2.0.1",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.5.3"
  56. },
  57. "exports": {
  58. ".": "./index.js",
  59. "./package.json": "./package.json"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
  65. "keywords": [
  66. "property",
  67. "descriptors",
  68. "has",
  69. "environment",
  70. "env",
  71. "defineProperty",
  72. "getOwnPropertyDescriptor"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "has-property-descriptors",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/inspect-js/has-property-descriptors.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --ext=js,mjs .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prelint": "evalmd README.md",
  86. "prepublish": "not-in-publish || npm run prepublishOnly",
  87. "prepublishOnly": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "nyc tape 'test/**/*.js'",
  91. "version": "auto-changelog && git add CHANGELOG.md"
  92. },
  93. "sideEffects": false,
  94. "testling": {
  95. "files": "test/index.js"
  96. },
  97. "version": "1.0.0"
  98. }