package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_from": "is-core-module@^2.5.0",
  3. "_id": "is-core-module@2.10.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.5.0",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.0"
  17. },
  18. "_requiredBy": [
  19. "/normalize-package-data",
  20. "/resolve"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz",
  23. "_shasum": "9012ede0a91c69587e647514e1d5277019e728ed",
  24. "_spec": "is-core-module@^2.5.0",
  25. "_where": "G:\\项目\\mobile\\node_modules\\normalize-package-data",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/is-core-module/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "has": "^1.0.3"
  44. },
  45. "deprecated": false,
  46. "description": "Is this specifier a node.js core module?",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^21.0.0",
  49. "aud": "^2.0.0",
  50. "auto-changelog": "^2.4.0",
  51. "eslint": "=8.8.0",
  52. "mock-property": "^1.0.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^2.0.0",
  55. "semver": "^6.3.0",
  56. "tape": "^5.5.3"
  57. },
  58. "exports": {
  59. ".": "./index.js",
  60. "./package.json": "./package.json"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/is-core-module",
  66. "keywords": [
  67. "core",
  68. "modules",
  69. "module",
  70. "npm",
  71. "node",
  72. "dependencies"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-core-module",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/inspect-js/is-core-module.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "not-in-publish || npm run prepublishOnly",
  86. "prepublishOnly": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "sideEffects": false,
  93. "version": "2.10.0"
  94. }