Run npm install so have clear baseline

This commit is contained in:
Sam Partington
2020-06-24 12:07:13 +01:00
parent 6846c702da
commit 43c1bea680
403 changed files with 22000 additions and 7778 deletions

View File

@@ -1,29 +1,66 @@
{
"name": "mute-stream",
"version": "0.0.8",
"main": "mute.js",
"directories": {
"test": "test"
"_args": [
[
"mute-stream@0.0.8",
"/Users/sam/code/codeql-action"
]
],
"_development": true,
"_from": "mute-stream@0.0.8",
"_id": "mute-stream@0.0.8",
"_inBundle": false,
"_integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
"_location": "/mute-stream",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mute-stream@0.0.8",
"name": "mute-stream",
"escapedName": "mute-stream",
"rawSpec": "0.0.8",
"saveSpec": null,
"fetchSpec": "0.0.8"
},
"_requiredBy": [
"/ora"
],
"_resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
"_spec": "0.0.8",
"_where": "/Users/sam/code/codeql-action",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/mute-stream/issues"
},
"description": "Bytes go in, but they don't come out (when muted).",
"devDependencies": {
"tap": "^12.1.1"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/mute-stream"
"directories": {
"test": "test"
},
"files": [
"mute.js"
],
"homepage": "https://github.com/isaacs/mute-stream#readme",
"keywords": [
"mute",
"stream",
"pipe"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"description": "Bytes go in, but they don't come out (when muted).",
"files": [
"mute.js"
]
}
"main": "mute.js",
"name": "mute-stream",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/mute-stream.git"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"version": "0.0.8"
}