package.json 1.7 KB

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