package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "is-core-module@2.8.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "is-core-module@2.8.1",
  9. "_id": "is-core-module@2.8.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
  12. "_location": "/is-core-module",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-core-module@2.8.1",
  18. "name": "is-core-module",
  19. "escapedName": "is-core-module",
  20. "rawSpec": "2.8.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.8.1"
  23. },
  24. "_requiredBy": [
  25. "/resolve"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/is-core-module/-/is-core-module-2.8.1.tgz",
  28. "_spec": "2.8.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com"
  33. },
  34. "auto-changelog": {
  35. "output": "CHANGELOG.md",
  36. "template": "keepachangelog",
  37. "unreleased": false,
  38. "commitLimit": false,
  39. "backfillLimit": false,
  40. "hideCredit": true
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/is-core-module/issues"
  44. },
  45. "dependencies": {
  46. "has": "^1.0.3"
  47. },
  48. "description": "Is this specifier a node.js core module?",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^20.1.0",
  51. "aud": "^1.1.5",
  52. "auto-changelog": "^2.3.0",
  53. "eslint": "^8.6.0",
  54. "nyc": "^10.3.2",
  55. "safe-publish-latest": "^2.0.0",
  56. "semver": "^6.3.0",
  57. "tape": "^5.4.0"
  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": "npm run tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "sideEffects": false,
  99. "version": "2.8.1"
  100. }