package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "path-exists@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. ],
  31. "_resolved": "https://registry.npm.taobao.org/path-exists/download/path-exists-3.0.0.tgz",
  32. "_spec": "3.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/path-exists/issues"
  41. },
  42. "description": "Check if a path exists",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/path-exists#readme",
  54. "keywords": [
  55. "path",
  56. "exists",
  57. "exist",
  58. "file",
  59. "filepath",
  60. "fs",
  61. "filesystem",
  62. "file-system",
  63. "access",
  64. "stat"
  65. ],
  66. "license": "MIT",
  67. "name": "path-exists",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/path-exists.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "3.0.0",
  76. "xo": {
  77. "esnext": true
  78. }
  79. }