package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "gopd@1.0.1",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "gopd@1.0.1",
  9. "_id": "gopd@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  12. "_location": "/gopd",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "gopd@1.0.1",
  18. "name": "gopd",
  19. "escapedName": "gopd",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/define-data-property",
  26. "/set-function-length"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/gopd/-/gopd-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/ljharb/gopd/issues"
  45. },
  46. "dependencies": {
  47. "get-intrinsic": "^1.1.3"
  48. },
  49. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.0.0",
  52. "aud": "^2.0.1",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "evalmd": "^0.0.19",
  56. "in-publish": "^2.0.1",
  57. "npmignore": "^0.3.0",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.6.1"
  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/ljharb/gopd#readme",
  69. "keywords": [
  70. "ecmascript",
  71. "javascript",
  72. "getownpropertydescriptor",
  73. "property",
  74. "descriptor"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "gopd",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/ljharb/gopd.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "postlint": "evalmd README.md",
  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. "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": "tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "sideEffects": false,
  102. "version": "1.0.1"
  103. }