package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "has-proto@^1.0.1",
  3. "_id": "has-proto@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  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.1.tgz",
  22. "_shasum": "1885c1305538958aff469fef37937c22795408e0",
  23. "_spec": "has-proto@^1.0.1",
  24. "_where": "F:\\HBuilderProjects\\test\\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.0.0",
  45. "aud": "^2.0.2",
  46. "auto-changelog": "^2.4.0",
  47. "eslint": "=8.8.0",
  48. "in-publish": "^2.0.1",
  49. "npmignore": "^0.3.0",
  50. "safe-publish-latest": "^2.0.0",
  51. "tape": "^5.6.1"
  52. },
  53. "engines": {
  54. "node": ">= 0.4"
  55. },
  56. "exports": {
  57. ".": "./index.js",
  58. "./package.json": "./package.json"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/inspect-js/has-proto#readme",
  64. "keywords": [
  65. "prototype",
  66. "proto",
  67. "set",
  68. "get",
  69. "__proto__",
  70. "getPrototypeOf",
  71. "setPrototypeOf",
  72. "has"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "has-proto",
  77. "publishConfig": {
  78. "ignore": [
  79. ".github/workflows"
  80. ]
  81. },
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/inspect-js/has-proto.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint --ext=js,mjs .",
  88. "posttest": "aud --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. "prepack": "npmignore --auto --commentLines=autogenerated",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test/index.js"
  100. },
  101. "version": "1.0.1"
  102. }