package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.6.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.6.0",
  10. "_id": "is-core-module@2.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-11U7JSb+Wbkro+QMjfdX7Ipwnhk=",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.6.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.6.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-import",
  27. "/resolve"
  28. ],
  29. "_resolved": "https://registry.nlark.com/is-core-module/download/is-core-module-2.6.0.tgz?cache=0&sync_timestamp=1629224758563&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-core-module%2Fdownload%2Fis-core-module-2.6.0.tgz",
  30. "_spec": "2.6.0",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-core-module/issues"
  46. },
  47. "dependencies": {
  48. "has": "^1.0.3"
  49. },
  50. "description": "Is this specifier a node.js core module?",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.6.0",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.3.0",
  55. "eslint": "^7.32.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^1.1.4",
  58. "semver": "^6.3.0",
  59. "tape": "^5.3.1"
  60. },
  61. "exports": {
  62. ".": [
  63. {
  64. "default": "./index.js"
  65. },
  66. "./index.js"
  67. ],
  68. "./package.json": "./package.json"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/inspect-js/is-core-module",
  74. "keywords": [
  75. "core",
  76. "modules",
  77. "module",
  78. "npm",
  79. "node",
  80. "dependencies"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-core-module",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/inspect-js/is-core-module.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepublish": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run lint",
  96. "test": "nyc npm run tests-only",
  97. "tests-only": "tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "version": "2.6.0"
  101. }