package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "is-core-module@^2.8.1",
  3. "_id": "is-core-module@2.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.8.1",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.8.1"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import",
  20. "/normalize-package-data",
  21. "/resolve"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
  24. "_shasum": "f59fdfca701d5879d0a6b100a40aa1560ce27211",
  25. "_spec": "is-core-module@^2.8.1",
  26. "_where": "H:\\gs_nuxt\\node_modules\\resolve",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/is-core-module/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "has": "^1.0.3"
  45. },
  46. "deprecated": false,
  47. "description": "Is this specifier a node.js core module?",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^20.1.0",
  50. "aud": "^1.1.5",
  51. "auto-changelog": "^2.3.0",
  52. "eslint": "^8.6.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "semver": "^6.3.0",
  56. "tape": "^5.4.0"
  57. },
  58. "exports": {
  59. ".": [
  60. {
  61. "default": "./index.js"
  62. },
  63. "./index.js"
  64. ],
  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. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/inspect-js/is-core-module.git"
  85. },
  86. "scripts": {
  87. "lint": "eslint .",
  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. "prepublish": "not-in-publish || npm run prepublishOnly",
  91. "prepublishOnly": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only",
  94. "tests-only": "nyc tape 'test/**/*.js'",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "sideEffects": false,
  98. "version": "2.8.1"
  99. }