package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "has-proto@^1.2.0",
  3. "_id": "has-proto@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==",
  6. "_location": "/has-proto",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "has-proto@^1.2.0",
  12. "name": "has-proto",
  13. "escapedName": "has-proto",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/typed-array-byte-length",
  21. "/typed-array-byte-offset",
  22. "/util.promisify"
  23. ],
  24. "_resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.2.0.tgz",
  25. "_shasum": "5de5a6eabd95fdffd9818b43055e8065e39fe9d5",
  26. "_spec": "has-proto@^1.2.0",
  27. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\es-abstract",
  28. "author": {
  29. "name": "Jordan Harband",
  30. "email": "ljharb@gmail.com"
  31. },
  32. "auto-changelog": {
  33. "output": "CHANGELOG.md",
  34. "template": "keepachangelog",
  35. "unreleased": false,
  36. "commitLimit": false,
  37. "backfillLimit": false,
  38. "hideCredit": true
  39. },
  40. "bugs": {
  41. "url": "https://github.com/inspect-js/has-proto/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "dunder-proto": "^1.0.0"
  46. },
  47. "deprecated": false,
  48. "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
  49. "devDependencies": {
  50. "@arethetypeswrong/cli": "^0.17.0",
  51. "@ljharb/eslint-config": "^21.1.1",
  52. "@ljharb/tsconfig": "^0.2.2",
  53. "@types/gopd": "^1.0.3",
  54. "@types/tape": "^5.6.5",
  55. "auto-changelog": "^2.5.0",
  56. "encoding": "^0.1.13",
  57. "eslint": "=8.8.0",
  58. "evalmd": "^0.0.19",
  59. "gopd": "^1.2.0",
  60. "in-publish": "^2.0.1",
  61. "npmignore": "^0.3.1",
  62. "reflect.getprototypeof": "^1.0.7",
  63. "safe-publish-latest": "^2.0.0",
  64. "tape": "^5.9.0",
  65. "typescript": "next"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "exports": {
  71. ".": "./index.js",
  72. "./accessor": "./accessor.js",
  73. "./mutator": "./mutator.js",
  74. "./package.json": "./package.json"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/inspect-js/has-proto#readme",
  80. "keywords": [
  81. "prototype",
  82. "proto",
  83. "set",
  84. "get",
  85. "__proto__",
  86. "getPrototypeOf",
  87. "setPrototypeOf",
  88. "has"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "has-proto",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows",
  96. "types"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/has-proto.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "postlint": "tsc -p . && attw -P",
  106. "posttest": "npx npm@'>=10.2' audit --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  108. "prelint": "evalmd README.md",
  109. "prepack": "npmignore --auto --commentLines=autogenerated",
  110. "prepublish": "not-in-publish || npm run prepublishOnly",
  111. "prepublishOnly": "safe-publish-latest",
  112. "pretest": "npm run lint",
  113. "test": "npm run tests-only",
  114. "tests-only": "tape 'test/**/*.js'",
  115. "version": "auto-changelog && git add CHANGELOG.md"
  116. },
  117. "sideEffects": false,
  118. "testling": {
  119. "files": "test/index.js"
  120. },
  121. "version": "1.2.0"
  122. }