package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "path-exists@3.0.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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=",
  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. "/find-babel-config",
  27. "/locate-path",
  28. "/pkg-dir/locate-path",
  29. "/webpack-dev-server/locate-path",
  30. "/yargs/locate-path"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/path-exists/download/path-exists-3.0.0.tgz",
  33. "_spec": "3.0.0",
  34. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }