package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_from": "is-core-module@^2.8.1",
  3. "_id": "is-core-module@2.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.8.1",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.8.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.8.1"
  17. },
  18. "_requiredBy": [
  19. "/resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
  22. "_shasum": "f59fdfca701d5879d0a6b100a40aa1560ce27211",
  23. "_spec": "is-core-module@^2.8.1",
  24. "_where": "E:\\workspace\\cfd-front-admin\\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": "^20.1.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.3.0",
  50. "eslint": "^8.6.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^2.0.0",
  53. "semver": "^6.3.0",
  54. "tape": "^5.4.0"
  55. },
  56. "exports": {
  57. ".": [
  58. {
  59. "default": "./index.js"
  60. },
  61. "./index.js"
  62. ],
  63. "./package.json": "./package.json"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/inspect-js/is-core-module",
  69. "keywords": [
  70. "core",
  71. "modules",
  72. "module",
  73. "npm",
  74. "node",
  75. "dependencies"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-core-module",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/inspect-js/is-core-module.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint .",
  86. "posttest": "aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prepublish": "not-in-publish || npm run prepublishOnly",
  89. "prepublishOnly": "safe-publish-latest",
  90. "pretest": "npm run lint",
  91. "test": "npm run tests-only",
  92. "tests-only": "nyc tape 'test/**/*.js'",
  93. "version": "auto-changelog && git add CHANGELOG.md"
  94. },
  95. "sideEffects": false,
  96. "version": "2.8.1"
  97. }