package.json 3.1 KB

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