package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "is-core-module@^2.5.0",
  3. "_id": "is-core-module@2.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AyEzbD0JJeSX/Zf12VyxFKXM1Ug=",
  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.npmmirror.com/is-core-module/download/is-core-module-2.8.0.tgz?cache=0&sync_timestamp=1634237302390&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fis-core-module%2Fdownload%2Fis-core-module-2.8.0.tgz",
  23. "_shasum": "0321336c3d0925e497fd97f5d95cb114a5ccd548",
  24. "_spec": "is-core-module@^2.5.0",
  25. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/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": "^18.0.0",
  49. "aud": "^1.1.5",
  50. "auto-changelog": "^2.3.0",
  51. "eslint": "^7.32.0",
  52. "nyc": "^10.3.2",
  53. "safe-publish-latest": "^1.1.4",
  54. "semver": "^6.3.0",
  55. "tape": "^5.3.1"
  56. },
  57. "exports": {
  58. ".": [
  59. {
  60. "default": "./index.js"
  61. },
  62. "./index.js"
  63. ],
  64. "./package.json": "./package.json"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/inspect-js/is-core-module",
  70. "keywords": [
  71. "core",
  72. "modules",
  73. "module",
  74. "npm",
  75. "node",
  76. "dependencies"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-core-module",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/inspect-js/is-core-module.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "posttest": "aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prepublish": "not-in-publish || npm run prepublishOnly",
  90. "prepublishOnly": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "nyc npm run tests-only",
  93. "tests-only": "tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "sideEffects": false,
  97. "version": "2.8.0"
  98. }