package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "findup-sync@^0.4.2",
  6. "scope": null,
  7. "escapedName": "findup-sync",
  8. "name": "findup-sync",
  9. "rawSpec": "^0.4.2",
  10. "spec": ">=0.4.2 <0.5.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/liftoff"
  14. ]
  15. ],
  16. "_from": "findup-sync@>=0.4.2 <0.5.0",
  17. "_id": "findup-sync@0.4.3",
  18. "_inCache": true,
  19. "_location": "/findup-sync",
  20. "_nodeVersion": "0.10.41",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/findup-sync-0.4.3.tgz_1476308790543_0.40729925991036"
  24. },
  25. "_npmUser": {
  26. "name": "phated",
  27. "email": "blaine.bublitz@gmail.com"
  28. },
  29. "_npmVersion": "2.15.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "findup-sync@^0.4.2",
  33. "scope": null,
  34. "escapedName": "findup-sync",
  35. "name": "findup-sync",
  36. "rawSpec": "^0.4.2",
  37. "spec": ">=0.4.2 <0.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/liftoff"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
  44. "_shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
  45. "_shrinkwrap": null,
  46. "_spec": "findup-sync@^0.4.2",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/liftoff",
  48. "author": {
  49. "name": "\"Cowboy\" Ben Alman",
  50. "url": "http://benalman.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/cowboy/node-findup-sync/issues"
  54. },
  55. "dependencies": {
  56. "detect-file": "^0.1.0",
  57. "is-glob": "^2.0.1",
  58. "micromatch": "^2.3.7",
  59. "resolve-dir": "^0.1.0"
  60. },
  61. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  62. "devDependencies": {
  63. "fs-exists-sync": "^0.1.0",
  64. "grunt": "^1.0.1",
  65. "grunt-contrib-jshint": "^0.12.0",
  66. "is-absolute": "^0.2.3",
  67. "minimist": "^1.2.0",
  68. "mocha": "^2.4.5",
  69. "normalize-path": "^2.0.1",
  70. "os-homedir": "^1.0.1",
  71. "resolve": "^1.1.7"
  72. },
  73. "directories": {},
  74. "dist": {
  75. "shasum": "40043929e7bc60adf0b7f4827c4c6e75a0deca12",
  76. "tarball": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz"
  77. },
  78. "engines": {
  79. "node": ">= 0.8.0"
  80. },
  81. "files": [
  82. "index.js"
  83. ],
  84. "gitHead": "701fd1044e1e26936aa066a35281ffdfb0b37d43",
  85. "homepage": "https://github.com/cowboy/node-findup-sync",
  86. "keywords": [
  87. "file",
  88. "find",
  89. "find-up",
  90. "findup",
  91. "glob",
  92. "match",
  93. "pattern",
  94. "resolve",
  95. "search"
  96. ],
  97. "license": "MIT",
  98. "main": "index.js",
  99. "maintainers": [
  100. {
  101. "name": "cowboy",
  102. "email": "cowboy@rj3.net"
  103. },
  104. {
  105. "name": "jonschlinkert",
  106. "email": "github@sellside.com"
  107. },
  108. {
  109. "name": "phated",
  110. "email": "blaine.bublitz@gmail.com"
  111. },
  112. {
  113. "name": "tkellen",
  114. "email": "tyler@sleekcode.net"
  115. }
  116. ],
  117. "name": "findup-sync",
  118. "optionalDependencies": {},
  119. "readme": "ERROR: No README data found!",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/cowboy/node-findup-sync.git"
  123. },
  124. "scripts": {
  125. "test": "grunt && mocha"
  126. },
  127. "version": "0.4.3"
  128. }