package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "resolve@1.22.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "resolve@1.22.0",
  9. "_id": "resolve@1.22.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
  12. "_location": "/resolve",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "resolve@1.22.0",
  18. "name": "resolve",
  19. "escapedName": "resolve",
  20. "rawSpec": "1.22.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.22.0"
  23. },
  24. "_requiredBy": [
  25. "/@babel/helper-define-polyfill-provider",
  26. "/babel-eslint",
  27. "/babel-plugin-module-resolver",
  28. "/normalize-package-data"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/resolve/-/resolve-1.22.0.tgz",
  31. "_spec": "1.22.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "James Halliday",
  35. "email": "mail@substack.net",
  36. "url": "http://substack.net"
  37. },
  38. "bin": {
  39. "resolve": "bin/resolve"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/browserify/resolve/issues"
  43. },
  44. "dependencies": {
  45. "is-core-module": "^2.8.1",
  46. "path-parse": "^1.0.7",
  47. "supports-preserve-symlinks-flag": "^1.0.0"
  48. },
  49. "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^20.2.0",
  52. "array.prototype.map": "^1.0.4",
  53. "aud": "^2.0.0",
  54. "copy-dir": "^1.3.0",
  55. "eclint": "^2.8.1",
  56. "eslint": "^8.7.0",
  57. "in-publish": "^2.0.1",
  58. "mkdirp": "^0.5.5",
  59. "mv": "^2.1.1",
  60. "object-keys": "^1.1.1",
  61. "rimraf": "^2.7.1",
  62. "safe-publish-latest": "^2.0.0",
  63. "tap": "0.4.13",
  64. "tape": "^5.4.1",
  65. "tmp": "^0.0.31"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/browserify/resolve#readme",
  71. "keywords": [
  72. "resolve",
  73. "require",
  74. "node",
  75. "module"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "resolve",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/browserify/resolve.git"
  83. },
  84. "scripts": {
  85. "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
  86. "posttest": "npm run test:multirepo && aud --production",
  87. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  88. "prepublish": "not-in-publish || npm run prepublishOnly",
  89. "prepublishOnly": "safe-publish-latest && cp node_modules/is-core-module/core.json ./lib/ ||:",
  90. "pretest": "npm run lint",
  91. "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
  92. "test": "npm run --silent tests-only",
  93. "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
  94. "tests-only": "tape test/*.js"
  95. },
  96. "version": "1.22.0"
  97. }