package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "findup-sync@~0.2.1",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint"
  6. ]
  7. ],
  8. "_from": "findup-sync@>=0.2.1 <0.3.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/findup-sync",
  13. "_npmUser": {
  14. "email": "[email protected]",
  15. "name": "tkellen"
  16. },
  17. "_npmVersion": "2.0.0",
  18. "_phantomChildren": {
  19. "inflight": "1.0.4",
  20. "inherits": "2.0.1",
  21. "minimatch": "2.0.10",
  22. "once": "1.3.3"
  23. },
  24. "_requested": {
  25. "name": "findup-sync",
  26. "raw": "findup-sync@~0.2.1",
  27. "rawSpec": "~0.2.1",
  28. "scope": null,
  29. "spec": ">=0.2.1 <0.3.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/tslint"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz",
  36. "_shasum": "e0a90a450075c49466ee513732057514b81e878c",
  37. "_shrinkwrap": null,
  38. "_spec": "findup-sync@~0.2.1",
  39. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/tslint",
  40. "author": {
  41. "name": "\"Cowboy\" Ben Alman",
  42. "url": "http://benalman.com/"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/cowboy/node-findup-sync/issues"
  46. },
  47. "dependencies": {
  48. "glob": "~4.3.0"
  49. },
  50. "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  51. "devDependencies": {
  52. "grunt": "~0.4.4",
  53. "grunt-contrib-jshint": "~0.9.2",
  54. "grunt-contrib-nodeunit": "~0.3.3"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "e0a90a450075c49466ee513732057514b81e878c",
  59. "tarball": "http://registry.npmjs.org/findup-sync/-/findup-sync-0.2.1.tgz"
  60. },
  61. "engines": {
  62. "node": ">= 0.6.0"
  63. },
  64. "gitHead": "c392a8a921d4d2655b4fe17e3d1a2f4ced14f858",
  65. "homepage": "https://github.com/cowboy/node-findup-sync",
  66. "keywords": [
  67. "file",
  68. "find",
  69. "glob"
  70. ],
  71. "licenses": [
  72. {
  73. "type": "MIT",
  74. "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
  75. }
  76. ],
  77. "main": "lib/findup-sync",
  78. "maintainers": [
  79. {
  80. "name": "cowboy",
  81. "email": "[email protected]"
  82. },
  83. {
  84. "name": "tkellen",
  85. "email": "[email protected]"
  86. }
  87. ],
  88. "name": "findup-sync",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git://github.com/cowboy/node-findup-sync.git"
  94. },
  95. "scripts": {
  96. "test": "grunt nodeunit"
  97. },
  98. "version": "0.2.1"
  99. }