package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "is-core-module@^2.16.0",
  3. "_id": "is-core-module@2.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.16.0",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.16.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.16.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-import-resolver-node",
  20. "/eslint-plugin-import",
  21. "/resolve"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  24. "_shasum": "2a98801a849f43e2add644fbb6bc6229b19a4ef4",
  25. "_spec": "is-core-module@^2.16.0",
  26. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\resolve",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/is-core-module/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "hasown": "^2.0.2"
  45. },
  46. "deprecated": false,
  47. "description": "Is this specifier a node.js core module?",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.1",
  50. "auto-changelog": "^2.5.0",
  51. "encoding": "^0.1.13",
  52. "eslint": "=8.8.0",
  53. "in-publish": "^2.0.1",
  54. "mock-property": "^1.1.0",
  55. "npmignore": "^0.3.1",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^2.0.0",
  58. "semver": "^6.3.1",
  59. "tape": "^5.9.0"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  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": "npx npm@'>=10.2' audit --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.16.1"
  106. }