Proyecto audio control. inicado con panel y control.
This commit is contained in:
101
node_modules/sandwich-stream/package.json
generated
vendored
Normal file
101
node_modules/sandwich-stream/package.json
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"_from": "sandwich-stream@^2.0.1",
|
||||
"_id": "sandwich-stream@2.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jLYV0DORrzY3xaz/S9ydJL6Iz7essZeAfnAavsJ+zsJGZ1MOnsS52yRjU3uF3pJa/lla7+wisp//fxOwOH8SKQ==",
|
||||
"_location": "/sandwich-stream",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "sandwich-stream@^2.0.1",
|
||||
"name": "sandwich-stream",
|
||||
"escapedName": "sandwich-stream",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/telegraf"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/sandwich-stream/-/sandwich-stream-2.0.2.tgz",
|
||||
"_shasum": "6d1feb6cf7e9fe9fadb41513459a72c2e84000fa",
|
||||
"_spec": "sandwich-stream@^2.0.1",
|
||||
"_where": "/home/pablinux/Projects/Node/app_sigma/node_modules/telegraf",
|
||||
"author": {
|
||||
"name": "connrs",
|
||||
"url": "https://connrs.uk/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/connrs/node-sandwich-stream/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Fazendaaa",
|
||||
"email": "lucas.carotta@outlook.com",
|
||||
"url": "http://fazendaaa.me/"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "A readable stream that concatenates multiple streams with optional head, tail & join buffers",
|
||||
"devDependencies": {
|
||||
"@types/jest": "^23.3.5",
|
||||
"@types/node": "^10.12.0",
|
||||
"codecov": "^3.1.0",
|
||||
"husky": "^1.1.2",
|
||||
"jest": "^23.6.0",
|
||||
"rollup": "^0.66.6",
|
||||
"rollup-plugin-typescript2": "^0.17.2",
|
||||
"snyk": "^1.104.1",
|
||||
"ts-jest": "^23.10.4",
|
||||
"ts-node": "^7.0.1",
|
||||
"tslint": "^5.11.0",
|
||||
"tslint-microsoft-contrib": "^5.2.1",
|
||||
"typedoc": "^0.13.0",
|
||||
"typescript": "^3.1.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"homepage": "https://github.com/connrs/node-sandwich-stream#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-push": "npm run build && npm test",
|
||||
"pre-commit": "npm run lint && npm run docs"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"stream",
|
||||
"sandwich",
|
||||
"readable",
|
||||
"typescript",
|
||||
"concatenation"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "Apache 2.0",
|
||||
"url": "http://www.apache.org/licenses/LICENSE-2.0.txt"
|
||||
}
|
||||
],
|
||||
"main": "dist/sandwich-stream",
|
||||
"module": "dist/sandwich-stream.mjs",
|
||||
"name": "sandwich-stream",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/connrs/node-sandwich-stream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run rollup:build",
|
||||
"docs": "typedoc --out ./docs/ ./src/",
|
||||
"jest": "jest --config jest.config.json --ci --runInBand --detectOpenHandles --forceExit --no-cache",
|
||||
"lint": "tslint --config tslint.json --project .",
|
||||
"rollup:build": "rollup -c",
|
||||
"rollup:watch": "npm run rollup:build -- --watch",
|
||||
"test": "snyk test && npm run jest"
|
||||
},
|
||||
"types": "dist/sandwich-stream.d.ts",
|
||||
"version": "2.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user