package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.11.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.11.0",
  10. "_id": "is-core-module@2.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.11.0",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.11.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint-import-resolver-node",
  27. "/eslint-plugin-import",
  28. "/resolve"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz",
  31. "_spec": "2.11.0",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/inspect-js/is-core-module/issues"
  47. },
  48. "dependencies": {
  49. "has": "^1.0.3"
  50. },
  51. "description": "Is this specifier a node.js core module?",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.1",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "mock-property": "^1.0.0",
  58. "npmignore": "^0.3.0",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^2.0.0",
  61. "semver": "^6.3.0",
  62. "tape": "^5.6.1"
  63. },
  64. "exports": {
  65. ".": "./index.js",
  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. "publishConfig": {
  84. "ignore": [
  85. ".github"
  86. ]
  87. },
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/inspect-js/is-core-module.git"
  91. },
  92. "scripts": {
  93. "lint": "eslint .",
  94. "posttest": "aud --production",
  95. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  96. "prepack": "npmignore --auto --commentLines=autogenerated",
  97. "prepublish": "not-in-publish || npm run prepublishOnly",
  98. "prepublishOnly": "safe-publish-latest",
  99. "pretest": "npm run lint",
  100. "test": "npm run tests-only",
  101. "tests-only": "nyc tape 'test/**/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "sideEffects": false,
  105. "version": "2.11.0"
  106. }