package.json 2.1 KB

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