Files
rpiRadio/ProjectNow/NodeServer/node_modules/synth-js/package.json
2018-05-19 02:20:19 +02:00

96 lines
2.1 KiB
JSON

{
"_from": "synth-js",
"_id": "synth-js@0.1.1",
"_inBundle": false,
"_integrity": "sha1-7i5nIc5nMMDlPVF3vrQB5JPJAO8=",
"_location": "/synth-js",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "synth-js",
"name": "synth-js",
"escapedName": "synth-js",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/synth-js/-/synth-js-0.1.1.tgz",
"_shasum": "ee2e6721ce6730c0e53d5177beb401e493c900ef",
"_spec": "synth-js",
"_where": "/home/beppe/Documents/Python/proj/1718PROJrpiRadio/NodeServer",
"author": {
"name": "Patrick Roberts"
},
"bin": {
"synth": "./bin/synth.js"
},
"bugs": {
"url": "https://github.com/patrickroberts/synth-js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "high performance MIDI parser and WAV encoder",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"require-dir": "^0.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=6.9.2",
"npm": "^4.0.0"
},
"homepage": "https://github.com/patrickroberts/synth-js#readme",
"keywords": [
"wav",
"midi",
"riff",
"audio",
"music"
],
"license": "MIT",
"main": "index.js",
"man": [
"./man/synth.1"
],
"name": "synth-js",
"repository": {
"type": "git",
"url": "git+https://github.com/patrickroberts/synth-js.git"
},
"scripts": {
"prepublishOnly": "gulp"
},
"version": "0.1.1",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": ">=6.9.2",
"npm": "^4.0.0"
},
"pkgid": "synth-js@0.1.1"
},
{
"code": "ENOTSUP",
"required": {
"node": ">=6.9.2",
"npm": "^4.0.0"
},
"pkgid": "synth-js@0.1.1"
}
]
}