package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "path-exists@3.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "path-exists@3.0.0",
  9. "_id": "path-exists@3.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
  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. "/locate-path",
  27. "/pkg-dir/locate-path",
  28. "/webpack-dev-server/locate-path"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
  31. "_spec": "3.0.0",
  32. "_where": "E:\\item\\newItem\\admin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/path-exists/issues"
  40. },
  41. "description": "Check if a path exists",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  53. "keywords": [
  54. "path",
  55. "exists",
  56. "exist",
  57. "file",
  58. "filepath",
  59. "fs",
  60. "filesystem",
  61. "file-system",
  62. "access",
  63. "stat"
  64. ],
  65. "license": "MIT",
  66. "name": "path-exists",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/path-exists.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "3.0.0",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }