package.json 3.0 KB

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