package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "path-exists@2.1.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-exists@2.1.0",
  10. "_id": "path-exists@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
  13. "_location": "/path-exists",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-exists@2.1.0",
  19. "name": "path-exists",
  20. "escapedName": "path-exists",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/find-up"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  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. "dependencies": {
  40. "pinkie-promise": "^2.0.0"
  41. },
  42. "description": "Check if a path exists",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  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": "2.1.0"
  76. }