package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "ytdl-core",
  5. "/Users/septimus/Musare/app"
  6. ]
  7. ],
  8. "_from": "ytdl-core@*",
  9. "_id": "ytdl-core@0.7.9",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ytdl-core",
  13. "_nodeVersion": "4.1.0",
  14. "_npmUser": {
  15. "email": "roly426@gmail.com",
  16. "name": "fent"
  17. },
  18. "_npmVersion": "2.14.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "ytdl-core",
  22. "raw": "ytdl-core",
  23. "rawSpec": "",
  24. "scope": null,
  25. "spec": "*",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "#DEV:/"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.7.9.tgz",
  32. "_shasum": "8ec31d5878ccbf9d8081322a2f82da83f38764a6",
  33. "_shrinkwrap": null,
  34. "_spec": "ytdl-core",
  35. "_where": "/Users/septimus/Musare/app",
  36. "author": {
  37. "name": "Roly Fentanes",
  38. "url": "https://github.com/fent"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/fent/node-ytdl-core/issues"
  42. },
  43. "dependencies": {
  44. "html-entities": "^1.1.3",
  45. "jstream": "~0.2.7",
  46. "sax": "^1.1.3"
  47. },
  48. "description": "Youtube video downloader in pure javascript.",
  49. "devDependencies": {
  50. "assert-diff": "^1.0.1",
  51. "mocha": "*",
  52. "nock": "*",
  53. "stream-equal": "~0.1.0"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "8ec31d5878ccbf9d8081322a2f82da83f38764a6",
  58. "tarball": "http://registry.npmjs.org/ytdl-core/-/ytdl-core-0.7.9.tgz"
  59. },
  60. "gitHead": "56a0cac22211ff1437bb0ae78b846a75521fd356",
  61. "homepage": "https://github.com/fent/node-ytdl-core#readme",
  62. "keywords": [
  63. "download",
  64. "video",
  65. "youtube"
  66. ],
  67. "licenses": [
  68. {
  69. "type": "MIT",
  70. "url": "http://github.com/fent/node-ytdl-core/raw/master/LICENSE"
  71. }
  72. ],
  73. "main": "./lib/index.js",
  74. "maintainers": [
  75. {
  76. "name": "fent",
  77. "email": "roly426@gmail.com"
  78. }
  79. ],
  80. "name": "ytdl-core",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git://github.com/fent/node-ytdl-core.git"
  86. },
  87. "scripts": {
  88. "test": "mocha -t 16000 test/*-test.js"
  89. },
  90. "version": "0.7.9"
  91. }