package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "detect-file@^0.1.0",
  6. "scope": null,
  7. "escapedName": "detect-file",
  8. "name": "detect-file",
  9. "rawSpec": "^0.1.0",
  10. "spec": ">=0.1.0 <0.2.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync"
  14. ]
  15. ],
  16. "_from": "detect-file@>=0.1.0 <0.2.0",
  17. "_id": "detect-file@0.1.0",
  18. "_inCache": true,
  19. "_location": "/detect-file",
  20. "_nodeVersion": "5.1.1",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/detect-file-0.1.0.tgz_1467841748733_0.7613796112127602"
  24. },
  25. "_npmUser": {
  26. "name": "doowb",
  27. "email": "brian.woodward@gmail.com"
  28. },
  29. "_npmVersion": "3.7.5",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "detect-file@^0.1.0",
  33. "scope": null,
  34. "escapedName": "detect-file",
  35. "name": "detect-file",
  36. "rawSpec": "^0.1.0",
  37. "spec": ">=0.1.0 <0.2.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/findup-sync"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
  44. "_shasum": "4935dedfd9488648e006b0129566e9386711ea63",
  45. "_shrinkwrap": null,
  46. "_spec": "detect-file@^0.1.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/findup-sync",
  48. "author": {
  49. "name": "Brian Woodward",
  50. "url": "https://github.com/doowb"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/doowb/detect-file/issues"
  54. },
  55. "dependencies": {
  56. "fs-exists-sync": "^0.1.0"
  57. },
  58. "description": "Detect if a filepath exists and resolves the full filepath.",
  59. "devDependencies": {
  60. "gulp-format-md": "*",
  61. "mocha": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "4935dedfd9488648e006b0129566e9386711ea63",
  66. "tarball": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "0e4111c071470ce4be0804c01a0248331418f8c6",
  75. "homepage": "https://github.com/doowb/detect-file",
  76. "keywords": [],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "maintainers": [
  80. {
  81. "name": "doowb",
  82. "email": "brian.woodward@gmail.com"
  83. }
  84. ],
  85. "name": "detect-file",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/doowb/detect-file.git"
  91. },
  92. "scripts": {
  93. "test": "mocha"
  94. },
  95. "verb": {
  96. "layout": "default",
  97. "plugins": [
  98. "gulp-format-md"
  99. ],
  100. "related": {
  101. "list": [
  102. "fs-exists-sync"
  103. ]
  104. },
  105. "reflinks": [
  106. "verb",
  107. "verb-readme-generator"
  108. ]
  109. },
  110. "version": "0.1.0"
  111. }