package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "gopd@1.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "gopd@1.0.1",
  10. "_id": "gopd@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  13. "_location": "/gopd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "gopd@1.0.1",
  19. "name": "gopd",
  20. "escapedName": "gopd",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/is-typed-array",
  28. "/which-typed-array"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/gopd/issues"
  47. },
  48. "dependencies": {
  49. "get-intrinsic": "^1.1.3"
  50. },
  51. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.1",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "in-publish": "^2.0.1",
  59. "npmignore": "^0.3.0",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.6.1"
  62. },
  63. "exports": {
  64. ".": "./index.js",
  65. "./package.json": "./package.json"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/ljharb/gopd#readme",
  71. "keywords": [
  72. "ecmascript",
  73. "javascript",
  74. "getownpropertydescriptor",
  75. "property",
  76. "descriptor"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "gopd",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/ljharb/gopd.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --ext=js,mjs .",
  92. "postlint": "evalmd README.md",
  93. "posttest": "aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  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": "tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "sideEffects": false,
  104. "version": "1.0.1"
  105. }