package.json 2.8 KB

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