package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "path-exists@^2.0.0",
  6. "scope": null,
  7. "escapedName": "path-exists",
  8. "name": "path-exists",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/find-up"
  14. ]
  15. ],
  16. "_from": "path-exists@>=2.0.0 <3.0.0",
  17. "_id": "path-exists@2.1.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/path-exists",
  21. "_nodeVersion": "4.2.1",
  22. "_npmUser": {
  23. "name": "sindresorhus",
  24. "email": "sindresorhus@gmail.com"
  25. },
  26. "_npmVersion": "2.14.7",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "path-exists@^2.0.0",
  30. "scope": null,
  31. "escapedName": "path-exists",
  32. "name": "path-exists",
  33. "rawSpec": "^2.0.0",
  34. "spec": ">=2.0.0 <3.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/find-up"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
  41. "_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
  42. "_shrinkwrap": null,
  43. "_spec": "path-exists@^2.0.0",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/find-up",
  45. "author": {
  46. "name": "Sindre Sorhus",
  47. "email": "sindresorhus@gmail.com",
  48. "url": "sindresorhus.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/sindresorhus/path-exists/issues"
  52. },
  53. "dependencies": {
  54. "pinkie-promise": "^2.0.0"
  55. },
  56. "description": "Check if a path exists",
  57. "devDependencies": {
  58. "ava": "*",
  59. "xo": "*"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
  64. "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz"
  65. },
  66. "engines": {
  67. "node": ">=0.10.0"
  68. },
  69. "files": [
  70. "index.js"
  71. ],
  72. "gitHead": "3af423661e78466764f87c5712263c5d7a1ce5b7",
  73. "homepage": "https://github.com/sindresorhus/path-exists",
  74. "keywords": [
  75. "path",
  76. "exists",
  77. "exist",
  78. "file",
  79. "filepath",
  80. "fs",
  81. "filesystem",
  82. "file-system",
  83. "access",
  84. "stat"
  85. ],
  86. "license": "MIT",
  87. "maintainers": [
  88. {
  89. "name": "sindresorhus",
  90. "email": "sindresorhus@gmail.com"
  91. }
  92. ],
  93. "name": "path-exists",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/sindresorhus/path-exists.git"
  99. },
  100. "scripts": {
  101. "test": "xo && ava"
  102. },
  103. "version": "2.1.0"
  104. }