package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "is-core-module@^2.2.0",
  3. "_id": "is-core-module@2.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6A2fkfq1rfeQZjxrZJGerpLCTHRNEBiSgnu0+obeJpEPZRUooHgsizvzv0ZjJwOz3iWIHdJtVWJ/tmPr3D21/A==",
  6. "_location": "/is-core-module",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-core-module@^2.2.0",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/resolve"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz",
  22. "_shasum": "8e9fc8e15027b011418026e98f0e6f4d86305cc1",
  23. "_spec": "is-core-module@^2.2.0",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/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": "^17.6.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.2.1",
  50. "eslint": "^7.26.0",
  51. "nyc": "^10.3.2",
  52. "safe-publish-latest": "^1.1.4",
  53. "semver": "^6.3.0",
  54. "tape": "^5.2.2"
  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": "nyc npm run tests-only",
  92. "tests-only": "tape 'test/**/*.js'",
  93. "version": "auto-changelog && git add CHANGELOG.md"
  94. },
  95. "version": "2.4.0"
  96. }