package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "has-proto@1.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-proto@1.0.1",
  10. "_id": "has-proto@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==",
  13. "_location": "/has-proto",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-proto@1.0.1",
  19. "name": "has-proto",
  20. "escapedName": "has-proto",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/get-intrinsic"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/has-proto/issues"
  45. },
  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.0.0",
  49. "aud": "^2.0.2",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "in-publish": "^2.0.1",
  53. "npmignore": "^0.3.0",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.6.1"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "exports": {
  61. ".": "./index.js",
  62. "./package.json": "./package.json"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/inspect-js/has-proto#readme",
  68. "keywords": [
  69. "prototype",
  70. "proto",
  71. "set",
  72. "get",
  73. "__proto__",
  74. "getPrototypeOf",
  75. "setPrototypeOf",
  76. "has"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "has-proto",
  81. "publishConfig": {
  82. "ignore": [
  83. ".github/workflows"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/inspect-js/has-proto.git"
  89. },
  90. "scripts": {
  91. "lint": "eslint --ext=js,mjs .",
  92. "posttest": "aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prepack": "npmignore --auto --commentLines=autogenerated",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only",
  99. "tests-only": "tape 'test/**/*.js'",
  100. "version": "auto-changelog && git add CHANGELOG.md"
  101. },
  102. "testling": {
  103. "files": "test/index.js"
  104. },
  105. "version": "1.0.1"
  106. }