package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "github-from-package@0.0.0",
  3. "_id": "github-from-package@0.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=",
  6. "_location": "/github-from-package",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "github-from-package@0.0.0",
  12. "name": "github-from-package",
  13. "escapedName": "github-from-package",
  14. "rawSpec": "0.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "0.0.0"
  17. },
  18. "_requiredBy": [
  19. "/prebuild-install"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
  22. "_shasum": "97fb5d96bfde8973313f20e8288ef9a167fa64ce",
  23. "_spec": "github-from-package@0.0.0",
  24. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\prebuild-install",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/github-from-package/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "return the github url from a package.json file",
  36. "devDependencies": {
  37. "tap": "~0.3.0",
  38. "tape": "~0.1.5"
  39. },
  40. "homepage": "https://github.com/substack/github-from-package",
  41. "keywords": [
  42. "github",
  43. "package.json",
  44. "npm",
  45. "repository"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "github-from-package",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/substack/github-from-package.git"
  53. },
  54. "scripts": {
  55. "test": "tap test/*.js"
  56. },
  57. "version": "0.0.0"
  58. }