package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "findup-sync@~0.3.0",
  6. "scope": null,
  7. "escapedName": "findup-sync",
  8. "name": "findup-sync",
  9. "rawSpec": "~0.3.0",
  10. "spec": ">=0.3.0 <0.4.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/grunt"
  14. ]
  15. ],
  16. "_from": "findup-sync@>=0.3.0 <0.4.0",
  17. "_id": "findup-sync@0.3.0",
  18. "_inCache": true,
  19. "_location": "/findup-sync",
  20. "_nodeVersion": "4.0.0",
  21. "_npmUser": {
  22. "name": "tkellen",
  23. "email": "tyler@sleekcode.net"
  24. },
  25. "_npmVersion": "2.14.2",
  26. "_phantomChildren": {
  27. "inflight": "1.0.6",
  28. "inherits": "2.0.3",
  29. "minimatch": "3.0.4",
  30. "once": "1.4.0",
  31. "path-is-absolute": "1.0.1"
  32. },
  33. "_requested": {
  34. "raw": "findup-sync@~0.3.0",
  35. "scope": null,
  36. "escapedName": "findup-sync",
  37. "name": "findup-sync",
  38. "rawSpec": "~0.3.0",
  39. "spec": ">=0.3.0 <0.4.0",
  40. "type": "range"
  41. },
  42. "_requiredBy": [
  43. "/grunt",
  44. "/grunt-cli"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
  47. "_shasum": "37930aa5d816b777c03445e1966cc6790a4c0b16",
  48. "_shrinkwrap": null,
  49. "_spec": "findup-sync@~0.3.0",
  50. "_where": "/home/conte/data/reveal.js/node_modules/grunt",
  51. "author": {
  52. "name": "\"Cowboy\" Ben Alman",
  53. "url": "http://benalman.com/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/cowboy/node-findup-sync/issues"
  57. },
  58. "dependencies": {
  59. "glob": "~5.0.0"
  60. },
  61. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  62. "devDependencies": {
  63. "grunt": "~0.4.4",
  64. "grunt-contrib-jshint": "~0.9.2",
  65. "grunt-contrib-nodeunit": "~0.3.3"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "37930aa5d816b777c03445e1966cc6790a4c0b16",
  70. "tarball": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz"
  71. },
  72. "engines": {
  73. "node": ">= 0.6.0"
  74. },
  75. "gitHead": "24356dc9bc74bf2389080a29c80845a510eaf3ef",
  76. "homepage": "https://github.com/cowboy/node-findup-sync",
  77. "keywords": [
  78. "find",
  79. "glob",
  80. "file"
  81. ],
  82. "licenses": [
  83. {
  84. "type": "MIT",
  85. "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
  86. }
  87. ],
  88. "main": "lib/findup-sync",
  89. "maintainers": [
  90. {
  91. "name": "cowboy",
  92. "email": "cowboy@rj3.net"
  93. },
  94. {
  95. "name": "tkellen",
  96. "email": "tyler@sleekcode.net"
  97. }
  98. ],
  99. "name": "findup-sync",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git://github.com/cowboy/node-findup-sync.git"
  105. },
  106. "scripts": {
  107. "test": "grunt nodeunit"
  108. },
  109. "version": "0.3.0"
  110. }