package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. "/set-function-length",
  21. "/which-typed-array"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz",
  24. "_shasum": "29ff76de69dac7489b7c0918a5788e56477c332c",
  25. "_spec": "gopd@^1.0.1",
  26. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/node_modules/set-function-length",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/gopd/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "get-intrinsic": "^1.1.3"
  45. },
  46. "deprecated": false,
  47. "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.0.0",
  50. "aud": "^2.0.1",
  51. "auto-changelog": "^2.4.0",
  52. "eslint": "=8.8.0",
  53. "evalmd": "^0.0.19",
  54. "in-publish": "^2.0.1",
  55. "npmignore": "^0.3.0",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.6.1"
  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/ljharb/gopd#readme",
  67. "keywords": [
  68. "ecmascript",
  69. "javascript",
  70. "getownpropertydescriptor",
  71. "property",
  72. "descriptor"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "gopd",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/ljharb/gopd.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=js,mjs .",
  88. "postlint": "evalmd README.md",
  89. "posttest": "aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prepack": "npmignore --auto --commentLines=autogenerated",
  92. "prepublish": "not-in-publish || npm run prepublishOnly",
  93. "prepublishOnly": "safe-publish-latest",
  94. "pretest": "npm run lint",
  95. "test": "npm run tests-only",
  96. "tests-only": "tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "sideEffects": false,
  100. "version": "1.0.1"
  101. }