package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "gopd@^1.0.1",
  3. "_id": "gopd@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==",
  6. "_location": "/gopd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "gopd@^1.0.1",
  12. "name": "gopd",
  13. "escapedName": "gopd",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/define-data-property"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  22. "_shasum": "29ff76de69dac7489b7c0918a5788e56477c332c",
  23. "_spec": "gopd@^1.0.1",
  24. "_where": "C:\\Users\\LvKun\\Desktop\\offline-pdf-app\\node_modules\\define-data-property",
  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/ljharb/gopd/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "get-intrinsic": "^1.1.3"
  43. },
  44. "deprecated": false,
  45. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.0.0",
  48. "aud": "^2.0.1",
  49. "auto-changelog": "^2.4.0",
  50. "eslint": "=8.8.0",
  51. "evalmd": "^0.0.19",
  52. "in-publish": "^2.0.1",
  53. "npmignore": "^0.3.0",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.6.1"
  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/ljharb/gopd#readme",
  65. "keywords": [
  66. "ecmascript",
  67. "javascript",
  68. "getownpropertydescriptor",
  69. "property",
  70. "descriptor"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "gopd",
  75. "publishConfig": {
  76. "ignore": [
  77. ".github/workflows"
  78. ]
  79. },
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/ljharb/gopd.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --ext=js,mjs .",
  86. "postlint": "evalmd README.md",
  87. "posttest": "aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prepack": "npmignore --auto --commentLines=autogenerated",
  90. "prepublish": "not-in-publish || npm run prepublishOnly",
  91. "prepublishOnly": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "tape 'test/**/*.js'",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "sideEffects": false,
  98. "version": "1.0.1"
  99. }