package.json (2513B)
1 { 2 "_args": [ 3 [ 4 { 5 "raw": "media-typer@0.3.0", 6 "scope": null, 7 "escapedName": "media-typer", 8 "name": "media-typer", 9 "rawSpec": "0.3.0", 10 "spec": "0.3.0", 11 "type": "version" 12 }, 13 "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/type-is" 14 ] 15 ], 16 "_from": "media-typer@0.3.0", 17 "_id": "media-typer@0.3.0", 18 "_inCache": true, 19 "_location": "/media-typer", 20 "_npmUser": { 21 "name": "dougwilson", 22 "email": "doug@somethingdoug.com" 23 }, 24 "_npmVersion": "1.4.21", 25 "_phantomChildren": {}, 26 "_requested": { 27 "raw": "media-typer@0.3.0", 28 "scope": null, 29 "escapedName": "media-typer", 30 "name": "media-typer", 31 "rawSpec": "0.3.0", 32 "spec": "0.3.0", 33 "type": "version" 34 }, 35 "_requiredBy": [ 36 "/type-is" 37 ], 38 "_resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", 39 "_shasum": "8710d7af0aa626f8fffa1ce00168545263255748", 40 "_shrinkwrap": null, 41 "_spec": "media-typer@0.3.0", 42 "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/type-is", 43 "author": { 44 "name": "Douglas Christopher Wilson", 45 "email": "doug@somethingdoug.com" 46 }, 47 "bugs": { 48 "url": "https://github.com/jshttp/media-typer/issues" 49 }, 50 "dependencies": {}, 51 "description": "Simple RFC 6838 media type parser and formatter", 52 "devDependencies": { 53 "istanbul": "0.3.2", 54 "mocha": "~1.21.4", 55 "should": "~4.0.4" 56 }, 57 "directories": {}, 58 "dist": { 59 "shasum": "8710d7af0aa626f8fffa1ce00168545263255748", 60 "tarball": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz" 61 }, 62 "engines": { 63 "node": ">= 0.6" 64 }, 65 "files": [ 66 "LICENSE", 67 "HISTORY.md", 68 "index.js" 69 ], 70 "gitHead": "d49d41ffd0bb5a0655fa44a59df2ec0bfc835b16", 71 "homepage": "https://github.com/jshttp/media-typer", 72 "license": "MIT", 73 "maintainers": [ 74 { 75 "name": "dougwilson", 76 "email": "doug@somethingdoug.com" 77 } 78 ], 79 "name": "media-typer", 80 "optionalDependencies": {}, 81 "readme": "ERROR: No README data found!", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/jshttp/media-typer.git" 85 }, 86 "scripts": { 87 "test": "mocha --reporter spec --check-leaks --bail test/", 88 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 89 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 90 }, 91 "version": "0.3.0" 92 }