You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
2.9 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.16.1",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-core-module@2.16.1",
  10. "_id": "is-core-module@2.16.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
  13. "_location": "/is-core-module",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-core-module@2.16.1",
  19. "name": "is-core-module",
  20. "escapedName": "is-core-module",
  21. "rawSpec": "2.16.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.16.1"
  24. },
  25. "_requiredBy": [
  26. "/resolve"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.16.1.tgz",
  29. "_spec": "2.16.1",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/is-core-module/issues"
  45. },
  46. "dependencies": {
  47. "hasown": "^2.0.2"
  48. },
  49. "description": "Is this specifier a node.js core module?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.1",
  52. "auto-changelog": "^2.5.0",
  53. "encoding": "^0.1.13",
  54. "eslint": "=8.8.0",
  55. "in-publish": "^2.0.1",
  56. "mock-property": "^1.1.0",
  57. "npmignore": "^0.3.1",
  58. "nyc": "^10.3.2",
  59. "safe-publish-latest": "^2.0.0",
  60. "semver": "^6.3.1",
  61. "tape": "^5.9.0"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "exports": {
  67. ".": "./index.js",
  68. "./package.json": "./package.json"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/inspect-js/is-core-module",
  74. "keywords": [
  75. "core",
  76. "modules",
  77. "module",
  78. "npm",
  79. "node",
  80. "dependencies"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-core-module",
  85. "publishConfig": {
  86. "ignore": [
  87. ".github"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/inspect-js/is-core-module.git"
  93. },
  94. "scripts": {
  95. "lint": "eslint .",
  96. "posttest": "npx npm@'>=10.2' audit --production",
  97. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  98. "prepack": "npmignore --auto --commentLines=autogenerated",
  99. "prepublish": "not-in-publish || npm run prepublishOnly",
  100. "prepublishOnly": "safe-publish-latest",
  101. "pretest": "npm run lint",
  102. "test": "npm run tests-only",
  103. "tests-only": "nyc tape 'test/**/*.js'",
  104. "version": "auto-changelog && git add CHANGELOG.md"
  105. },
  106. "sideEffects": false,
  107. "version": "2.16.1"
  108. }