package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "path-exists@3.0.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "path-exists@3.0.0",
  9. "_id": "path-exists@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==",
  12. "_location": "/path-exists",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-exists@3.0.0",
  18. "name": "path-exists",
  19. "escapedName": "path-exists",
  20. "rawSpec": "3.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.0"
  23. },
  24. "_requiredBy": [
  25. "/find-babel-config",
  26. "/import-local/locate-path",
  27. "/locate-path",
  28. "/sass-graph/locate-path",
  29. "/terser-webpack-plugin/locate-path",
  30. "/webpack-dev-server/locate-path"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-3.0.0.tgz",
  33. "_spec": "3.0.0",
  34. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  35. "author": {
  36. "name": "Sindre Sorhus",
  37. "email": "sindresorhus@gmail.com",
  38. "url": "sindresorhus.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/sindresorhus/path-exists/issues"
  42. },
  43. "description": "Check if a path exists",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=4"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  55. "keywords": [
  56. "path",
  57. "exists",
  58. "exist",
  59. "file",
  60. "filepath",
  61. "fs",
  62. "filesystem",
  63. "file-system",
  64. "access",
  65. "stat"
  66. ],
  67. "license": "MIT",
  68. "name": "path-exists",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/path-exists.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "3.0.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }