package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "has-property-descriptors@^1.0.0",
  3. "_id": "has-property-descriptors@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==",
  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-data-property",
  20. "/define-properties"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz",
  23. "_shasum": "52ba30b6c5ec87fd89fa574bc1c39125c6f65340",
  24. "_spec": "has-property-descriptors@^1.0.0",
  25. "_where": "/Users/xulianxin/Documents/develop/game/TileMatch/TileManor.Lv/TileManor/scripts/electron/node_modules/define-properties",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/has-property-descriptors/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "get-intrinsic": "^1.2.2"
  44. },
  45. "deprecated": false,
  46. "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.1.0",
  49. "aud": "^2.0.3",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "evalmd": "^0.0.19",
  53. "in-publish": "^2.0.1",
  54. "npmignore": "^0.3.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.7.2"
  58. },
  59. "exports": {
  60. ".": "./index.js",
  61. "./package.json": "./package.json"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/has-property-descriptors#readme",
  67. "keywords": [
  68. "property",
  69. "descriptors",
  70. "has",
  71. "environment",
  72. "env",
  73. "defineProperty",
  74. "getOwnPropertyDescriptor"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "has-property-descriptors",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/inspect-js/has-property-descriptors.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "posttest": "aud --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prelint": "evalmd README.md",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "sideEffects": false,
  102. "testling": {
  103. "files": "test/index.js"
  104. },
  105. "version": "1.0.1"
  106. }