package.json 3.1 KB

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