12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "ytdl-core",
- "/Users/septimus/Musare/app"
- ]
- ],
- "_from": "ytdl-core@*",
- "_id": "ytdl-core@0.7.9",
- "_inCache": true,
- "_installable": true,
- "_location": "/ytdl-core",
- "_nodeVersion": "4.1.0",
- "_npmUser": {
- "email": "roly426@gmail.com",
- "name": "fent"
- },
- "_npmVersion": "2.14.3",
- "_phantomChildren": {},
- "_requested": {
- "name": "ytdl-core",
- "raw": "ytdl-core",
- "rawSpec": "",
- "scope": null,
- "spec": "*",
- "type": "range"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/ytdl-core/-/ytdl-core-0.7.9.tgz",
- "_shasum": "8ec31d5878ccbf9d8081322a2f82da83f38764a6",
- "_shrinkwrap": null,
- "_spec": "ytdl-core",
- "_where": "/Users/septimus/Musare/app",
- "author": {
- "name": "Roly Fentanes",
- "url": "https://github.com/fent"
- },
- "bugs": {
- "url": "https://github.com/fent/node-ytdl-core/issues"
- },
- "dependencies": {
- "html-entities": "^1.1.3",
- "jstream": "~0.2.7",
- "sax": "^1.1.3"
- },
- "description": "Youtube video downloader in pure javascript.",
- "devDependencies": {
- "assert-diff": "^1.0.1",
- "mocha": "*",
- "nock": "*",
- "stream-equal": "~0.1.0"
- },
- "directories": {},
- "dist": {
- "shasum": "8ec31d5878ccbf9d8081322a2f82da83f38764a6",
- "tarball": "http://registry.npmjs.org/ytdl-core/-/ytdl-core-0.7.9.tgz"
- },
- "gitHead": "56a0cac22211ff1437bb0ae78b846a75521fd356",
- "homepage": "https://github.com/fent/node-ytdl-core#readme",
- "keywords": [
- "download",
- "video",
- "youtube"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/fent/node-ytdl-core/raw/master/LICENSE"
- }
- ],
- "main": "./lib/index.js",
- "maintainers": [
- {
- "name": "fent",
- "email": "roly426@gmail.com"
- }
- ],
- "name": "ytdl-core",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/fent/node-ytdl-core.git"
- },
- "scripts": {
- "test": "mocha -t 16000 test/*-test.js"
- },
- "version": "0.7.9"
- }
|