package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_from": "dunder-proto@^1.0.1",
  3. "_id": "dunder-proto@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  6. "_location": "/dunder-proto",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dunder-proto@^1.0.1",
  12. "name": "dunder-proto",
  13. "escapedName": "dunder-proto",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/get-proto"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  22. "_shasum": "d7ae667e1dc83482f8b70fd0f6eefc50da30f58a",
  23. "_spec": "dunder-proto@^1.0.1",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\get-proto",
  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/es-shims/dunder-proto/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind-apply-helpers": "^1.0.1",
  43. "es-errors": "^1.3.0",
  44. "gopd": "^1.2.0"
  45. },
  46. "deprecated": false,
  47. "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound",
  48. "devDependencies": {
  49. "@arethetypeswrong/cli": "^0.17.1",
  50. "@ljharb/eslint-config": "^21.1.1",
  51. "@ljharb/tsconfig": "^0.2.2",
  52. "@types/tape": "^5.7.0",
  53. "auto-changelog": "^2.5.0",
  54. "encoding": "^0.1.13",
  55. "eslint": "=8.8.0",
  56. "evalmd": "^0.0.19",
  57. "in-publish": "^2.0.1",
  58. "npmignore": "^0.3.1",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.9.0",
  62. "typescript": "next"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "exports": {
  68. "./get": "./get.js",
  69. "./set": "./set.js",
  70. "./package.json": "./package.json"
  71. },
  72. "homepage": "https://github.com/es-shims/dunder-proto#readme",
  73. "license": "MIT",
  74. "main": false,
  75. "name": "dunder-proto",
  76. "publishConfig": {
  77. "ignore": [
  78. ".github/workflows"
  79. ]
  80. },
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/es-shims/dunder-proto.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint --ext=.js,.mjs .",
  87. "postlint": "tsc -p . && attw -P",
  88. "posttest": "npx npm@'>= 10.2' audit --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. "prelint": "evalmd README.md",
  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": "nyc tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "sideEffects": false,
  100. "testling": {
  101. "files": "test/index.js"
  102. },
  103. "version": "1.0.1"
  104. }