package.json 2.8 KB

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