package.json 1.6 KB

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