package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "_from": "require-dot-file@^0.4.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-tb9ValWJXC1ZDl3srUU1cXhQqek=",
  6. "_location": "/require-dot-file",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "require-dot-file@^0.4.0",
  12. "name": "require-dot-file",
  13. "escapedName": "require-dot-file",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/fomantic-ui"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/require-dot-file/-/require-dot-file-0.4.0.tgz",
  22. "_shasum": "b5bf556a55895c2d590e5decad4535717850a9e9",
  23. "_spec": "require-dot-file@^0.4.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  25. "author": {
  26. "name": "Jack Lukic",
  27. "email": "[email protected]"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jlukic/require-dot-file/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Recursively walks parent folders looking for a config file",
  35. "homepage": "http://github.com/jlukic/require-dot-file/",
  36. "license": "MIT",
  37. "name": "require-dot-file",
  38. "repository": {
  39. "type": "git",
  40. "url": "git://github.com/jlukic/require-dot-file.git"
  41. },
  42. "title": "Require Dot File",
  43. "version": "0.4.0"
  44. }