package.json 2.4 KB

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