package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "findup@^0.1.5",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-itkpozk7rGJ5V6fl3kYjsGsOLOs=",
  6. "_location": "/findup",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "findup@^0.1.5",
  12. "name": "findup",
  13. "escapedName": "findup",
  14. "rawSpec": "^0.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.5"
  17. },
  18. "_requiredBy": [
  19. "/rtlcss"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/findup/-/findup-0.1.5.tgz",
  22. "_shasum": "8ad929a3393bac627957a7e5de4623b06b0e2ceb",
  23. "_spec": "findup@^0.1.5",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\rtlcss",
  25. "author": {
  26. "name": "Filirom1",
  27. "email": "[email protected]"
  28. },
  29. "bin": {
  30. "findup": "bin/findup.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/Filirom1/findup/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "colors": "~0.6.0-1",
  38. "commander": "~2.1.0"
  39. },
  40. "deprecated": false,
  41. "description": "Walk up ancester's dir up to root",
  42. "devDependencies": {
  43. "chai": "~1.1.1",
  44. "mocha": "~1.3.0"
  45. },
  46. "engines": {
  47. "node": ">=0.6"
  48. },
  49. "homepage": "https://github.com/Filirom1/findup#readme",
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http : //www.opensource.org/licenses/MIT"
  54. }
  55. ],
  56. "name": "findup",
  57. "optionalDependencies": {},
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/Filirom1/findup.git"
  61. },
  62. "scripts": {
  63. "test": "mocha ./test/*.js"
  64. },
  65. "version": "0.1.5"
  66. }