package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "get-proto@^1.0.1",
  3. "_id": "get-proto@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
  6. "_location": "/get-proto",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-proto@^1.0.1",
  12. "name": "get-proto",
  13. "escapedName": "get-proto",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/get-proto/-/get-proto-1.0.1.tgz",
  22. "_shasum": "150b3f2743869ef3e851ec0c49d15b1d14d00ee1",
  23. "_spec": "get-proto@^1.0.1",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-intrinsic",
  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/get-proto/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "dunder-proto": "^1.0.1",
  43. "es-object-atoms": "^1.0.0"
  44. },
  45. "deprecated": false,
  46. "description": "Robustly get the [[Prototype]] of an object",
  47. "devDependencies": {
  48. "@arethetypeswrong/cli": "^0.17.2",
  49. "@ljharb/eslint-config": "^21.1.1",
  50. "@ljharb/tsconfig": "^0.2.3",
  51. "@types/tape": "^5.8.0",
  52. "auto-changelog": "^2.5.0",
  53. "eslint": "=8.8.0",
  54. "evalmd": "^0.0.19",
  55. "in-publish": "^2.0.1",
  56. "npmignore": "^0.3.1",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.9.0",
  60. "typescript": "next"
  61. },
  62. "engines": {
  63. "node": ">= 0.4"
  64. },
  65. "exports": {
  66. ".": "./index.js",
  67. "./Reflect.getPrototypeOf": "./Reflect.getPrototypeOf.js",
  68. "./Object.getPrototypeOf": "./Object.getPrototypeOf.js",
  69. "./package.json": "./package.json"
  70. },
  71. "homepage": "https://github.com/ljharb/get-proto#readme",
  72. "keywords": [
  73. "get",
  74. "proto",
  75. "prototype",
  76. "getPrototypeOf",
  77. "[[Prototype]]"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "get-proto",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/ljharb/get-proto.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --ext=js,mjs .",
  93. "postlint": "tsc && attw -P",
  94. "posttest": "npx npm@\">=10.2\" audit --production",
  95. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  96. "prelint": "evalmd README.md",
  97. "prepack": "npmignore --auto --commentLines=autogenerated",
  98. "prepublish": "not-in-publish || npm run prepublishOnly",
  99. "prepublishOnly": "safe-publish-latest",
  100. "pretest": "npm run --silent lint",
  101. "test": "npm run tests-only",
  102. "tests-only": "nyc tape 'test/**/*.js'",
  103. "version": "auto-changelog && git add CHANGELOG.md"
  104. },
  105. "testling": {
  106. "files": "test/index.js"
  107. },
  108. "version": "1.0.1"
  109. }