linx-simulator2/node_modules/lame/package.json

69 lines
1.6 KiB
JSON

{
"_from": "lame@^1.2.4",
"_id": "lame@1.2.4",
"_inBundle": false,
"_integrity": "sha1-VGgBUU4t6MoMie7yIogMjcZxJIU=",
"_location": "/lame",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lame@^1.2.4",
"name": "lame",
"escapedName": "lame",
"rawSpec": "^1.2.4",
"saveSpec": null,
"fetchSpec": "^1.2.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/lame/-/lame-1.2.4.tgz",
"_shasum": "546801514e2de8ca0c89eef222880c8dc6712485",
"_spec": "lame@^1.2.4",
"_where": "/home/sergiu/linx-audio-simulator",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net",
"url": "http://tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-lame/issues"
},
"bundleDependencies": false,
"dependencies": {
"bindings": "^1.2.1",
"debug": "^2.2.0",
"nan": "^2.3.5",
"readable-stream": "^1.0.34"
},
"deprecated": false,
"description": "NodeJS native bindings to libmp3lame & libmpg123.",
"devDependencies": {
"mocha": "^2.4.5"
},
"gypfile": true,
"homepage": "https://github.com/TooTallNate/node-lame#readme",
"keywords": [
"lame",
"mpg123",
"mp3",
"mpeg",
"mpg",
"encode",
"decode"
],
"license": "MIT",
"main": "./index.js",
"name": "lame",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-lame.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha --reporter spec"
},
"version": "1.2.4"
}