package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "has-proto@1.0.3",
  5. "/Users/zhanwencai/code/game/congkong/webServer"
  6. ]
  7. ],
  8. "_from": "has-proto@1.0.3",
  9. "_id": "has-proto@1.0.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==",
  12. "_location": "/has-proto",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "has-proto@1.0.3",
  18. "name": "has-proto",
  19. "escapedName": "has-proto",
  20. "rawSpec": "1.0.3",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.3"
  23. },
  24. "_requiredBy": [
  25. "/get-intrinsic"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.3.tgz",
  28. "_spec": "1.0.3",
  29. "_where": "/Users/zhanwencai/code/game/congkong/webServer",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false,
  40. "hideCredit": true
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/has-proto/issues"
  44. },
  45. "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^21.1.0",
  48. "@types/tape": "^5.6.4",
  49. "aud": "^2.0.4",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "in-publish": "^2.0.1",
  53. "npmignore": "^0.3.1",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.7.5",
  56. "typescript": "next"
  57. },
  58. "engines": {
  59. "node": ">= 0.4"
  60. },
  61. "exports": {
  62. ".": "./index.js",
  63. "./package.json": "./package.json"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/inspect-js/has-proto#readme",
  69. "keywords": [
  70. "prototype",
  71. "proto",
  72. "set",
  73. "get",
  74. "__proto__",
  75. "getPrototypeOf",
  76. "setPrototypeOf",
  77. "has"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "has-proto",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github/workflows"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/inspect-js/has-proto.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint --ext=js,mjs .",
  93. "postlint": "tsc -p .",
  94. "posttest": "aud --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. "prepack": "npmignore --auto --commentLines=autogenerated",
  97. "prepublish": "not-in-publish || npm run prepublishOnly",
  98. "prepublishOnly": "safe-publish-latest",
  99. "pretest": "npm run lint",
  100. "test": "npm run tests-only",
  101. "tests-only": "tape 'test/**/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "sideEffects": false,
  105. "testling": {
  106. "files": "test/index.js"
  107. },
  108. "version": "1.0.3"
  109. }