package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_from": "is-core-module@^2.0.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.0.0",
  12. "name": "is-core-module",
  13. "escapedName": "is-core-module",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint-plugin-import",
  20. "/eslint-plugin-import/resolve",
  21. "/eslint-plugin-react/resolve",
  22. "/resolve"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.4.0.tgz",
  25. "_shasum": "8e9fc8e15027b011418026e98f0e6f4d86305cc1",
  26. "_spec": "is-core-module@^2.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\resolve",
  28. "author": {
  29. "name": "Jordan Harband",
  30. "email": "ljharb@gmail.com"
  31. },
  32. "auto-changelog": {
  33. "output": "CHANGELOG.md",
  34. "template": "keepachangelog",
  35. "unreleased": false,
  36. "commitLimit": false,
  37. "backfillLimit": false,
  38. "hideCredit": true
  39. },
  40. "bugs": {
  41. "url": "https://github.com/inspect-js/is-core-module/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "has": "^1.0.3"
  46. },
  47. "deprecated": false,
  48. "description": "Is this specifier a node.js core module?",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^17.6.0",
  51. "aud": "^1.1.5",
  52. "auto-changelog": "^2.2.1",
  53. "eslint": "^7.26.0",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^1.1.4",
  56. "semver": "^6.3.0",
  57. "tape": "^5.2.2"
  58. },
  59. "exports": {
  60. ".": [
  61. {
  62. "default": "./index.js"
  63. },
  64. "./index.js"
  65. ],
  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. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/inspect-js/is-core-module.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint .",
  89. "posttest": "aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "nyc npm run tests-only",
  95. "tests-only": "tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "version": "2.4.0"
  99. }