package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.13.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.13.0",
  10. "_id": "is-core-module@2.13.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.13.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.13.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.13.0"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.13.0.tgz",
  29. "_spec": "2.13.0",
  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/is-core-module/issues"
  45. },
  46. "dependencies": {
  47. "has": "^1.0.3"
  48. },
  49. "description": "Is this specifier a node.js core module?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.0",
  52. "aud": "^2.0.3",
  53. "auto-changelog": "^2.4.0",
  54. "eslint": "=8.8.0",
  55. "in-publish": "^2.0.1",
  56. "mock-property": "^1.0.0",
  57. "npmignore": "^0.3.0",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "semver": "^6.3.1",
  61. "tape": "^5.6.6"
  62. },
  63. "exports": {
  64. ".": "./index.js",
  65. "./package.json": "./package.json"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/inspect-js/is-core-module",
  71. "keywords": [
  72. "core",
  73. "modules",
  74. "module",
  75. "npm",
  76. "node",
  77. "dependencies"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "is-core-module",
  82. "publishConfig": {
  83. "ignore": [
  84. ".github"
  85. ]
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/inspect-js/is-core-module.git"
  90. },
  91. "scripts": {
  92. "lint": "eslint .",
  93. "posttest": "aud --production",
  94. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  95. "prepack": "npmignore --auto --commentLines=autogenerated",
  96. "prepublish": "not-in-publish || npm run prepublishOnly",
  97. "prepublishOnly": "safe-publish-latest",
  98. "pretest": "npm run lint",
  99. "test": "npm run tests-only",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "sideEffects": false,
  104. "version": "2.13.0"
  105. }