package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "findup-sync@~0.1.2",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "findup-sync@>=0.1.2 <0.2.0",
  9. "_id": "findup-sync@0.1.3",
  10. "_inCache": true,
  11. "_location": "/findup-sync",
  12. "_npmUser": {
  13. "email": "cowboy@rj3.net",
  14. "name": "cowboy"
  15. },
  16. "_npmVersion": "1.4.4",
  17. "_phantomChildren": {
  18. "inherits": "2.0.1",
  19. "lru-cache": "2.7.0",
  20. "sigmund": "1.0.1"
  21. },
  22. "_requested": {
  23. "name": "findup-sync",
  24. "raw": "findup-sync@~0.1.2",
  25. "rawSpec": "~0.1.2",
  26. "scope": null,
  27. "spec": ">=0.1.2 <0.2.0",
  28. "type": "range"
  29. },
  30. "_requiredBy": [
  31. "/grunt"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
  34. "_shasum": "7f3e7a97b82392c653bf06589bd85190e93c3683",
  35. "_shrinkwrap": null,
  36. "_spec": "findup-sync@~0.1.2",
  37. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  38. "author": {
  39. "name": "\"Cowboy\" Ben Alman",
  40. "url": "http://benalman.com/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/cowboy/node-findup-sync/issues"
  44. },
  45. "dependencies": {
  46. "glob": "~3.2.9",
  47. "lodash": "~2.4.1"
  48. },
  49. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  50. "devDependencies": {
  51. "grunt": "~0.4.4",
  52. "grunt-contrib-jshint": "~0.9.2",
  53. "grunt-contrib-nodeunit": "~0.3.3"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "7f3e7a97b82392c653bf06589bd85190e93c3683",
  58. "tarball": "http://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz"
  59. },
  60. "engines": {
  61. "node": ">= 0.6.0"
  62. },
  63. "homepage": "https://github.com/cowboy/node-findup-sync",
  64. "installable": true,
  65. "keywords": [
  66. "file",
  67. "find",
  68. "glob"
  69. ],
  70. "licenses": [
  71. {
  72. "type": "MIT",
  73. "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
  74. }
  75. ],
  76. "main": "lib/findup-sync",
  77. "maintainers": [
  78. {
  79. "name": "cowboy",
  80. "email": "cowboy@rj3.net"
  81. }
  82. ],
  83. "name": "findup-sync",
  84. "optionalDependencies": {},
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/cowboy/node-findup-sync.git"
  88. },
  89. "scripts": {
  90. "test": "grunt nodeunit"
  91. },
  92. "version": "0.1.3"
  93. }