package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. "/get-intrinsic"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz",
  22. "_shasum": "b31ddfe9b0e6e9914536a6ab286426d0214f77fd",
  23. "_spec": "has-proto@^1.0.1",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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/inspect-js/has-proto/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^21.1.0",
  45. "@types/tape": "^5.6.4",
  46. "aud": "^2.0.4",
  47. "auto-changelog": "^2.4.0",
  48. "eslint": "=8.8.0",
  49. "in-publish": "^2.0.1",
  50. "npmignore": "^0.3.1",
  51. "safe-publish-latest": "^2.0.0",
  52. "tape": "^5.7.5",
  53. "typescript": "next"
  54. },
  55. "engines": {
  56. "node": ">= 0.4"
  57. },
  58. "exports": {
  59. ".": "./index.js",
  60. "./package.json": "./package.json"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/has-proto#readme",
  66. "keywords": [
  67. "prototype",
  68. "proto",
  69. "set",
  70. "get",
  71. "__proto__",
  72. "getPrototypeOf",
  73. "setPrototypeOf",
  74. "has"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "has-proto",
  79. "publishConfig": {
  80. "ignore": [
  81. ".github/workflows"
  82. ]
  83. },
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/inspect-js/has-proto.git"
  87. },
  88. "scripts": {
  89. "lint": "eslint --ext=js,mjs .",
  90. "postlint": "tsc -p .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "sideEffects": false,
  102. "testling": {
  103. "files": "test/index.js"
  104. },
  105. "version": "1.0.3"
  106. }