package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.2.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.2.0",
  10. "_id": "is-core-module@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lwN+89UiJNhRY/VZeytj2a/tmBo=",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.2.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.2.0"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-core-module/download/is-core-module-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  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": "^17.3.0",
  52. "aud": "^1.1.3",
  53. "auto-changelog": "^2.2.1",
  54. "eslint": "^7.14.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^5.0.1"
  58. },
  59. "exports": {
  60. ".": [
  61. {
  62. "default": "./index.js"
  63. },
  64. "./index.js"
  65. ],
  66. "./package.json": "./package.json"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/inspect-js/is-core-module",
  72. "keywords": [
  73. "core",
  74. "modules",
  75. "module",
  76. "npm",
  77. "node",
  78. "dependencies"
  79. ],
  80. "license": "MIT",
  81. "main": "index.js",
  82. "name": "is-core-module",
  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. "prepublish": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "nyc npm run tests-only",
  94. "tests-only": "tape 'test/**/*.js'",
  95. "version": "auto-changelog && git add CHANGELOG.md"
  96. },
  97. "version": "2.2.0"
  98. }