aboutsummaryrefslogtreecommitdiffhomepage
path: root/package-lock.json
diff options
context:
space:
mode:
authorMarvin Borner2019-01-27 18:25:08 +0100
committerMarvin Borner2019-01-27 18:25:08 +0100
commit517736ae1d3813fb3bc7e32c36cd90906d530b91 (patch)
tree5791a8712fb1f32417b429283fe11cb426e859f3 /package-lock.json
parentdfce4c5a178275f4b7226ae397226cbbf84571a8 (diff)
Cleaned up code
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json26
1 files changed, 2 insertions, 24 deletions
diff --git a/package-lock.json b/package-lock.json
index 50f392d..fb15d7b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -391,6 +391,7 @@
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
"integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
+ "optional": true,
"requires": {
"micromatch": "^2.1.5",
"normalize-path": "^2.0.0"
@@ -1876,6 +1877,7 @@
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz",
"integrity": "sha1-eY5ol3gVHIB2tLNg5e3SjNortGg=",
+ "optional": true,
"requires": {
"anymatch": "^1.3.0",
"async-each": "^1.0.0",
@@ -8165,15 +8167,6 @@
"os-tmpdir": "^1.0.0"
}
},
- "outpipe": {
- "version": "1.1.1",
- "resolved": "https://registry.npmjs.org/outpipe/-/outpipe-1.1.1.tgz",
- "integrity": "sha1-UM+GFjZeh+Ax4ppeyTOaPaRyX6I=",
- "dev": true,
- "requires": {
- "shell-quote": "^1.4.2"
- }
- },
"output-file-sync": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
@@ -11217,21 +11210,6 @@
}
}
},
- "watchify": {
- "version": "3.11.0",
- "resolved": "https://registry.npmjs.org/watchify/-/watchify-3.11.0.tgz",
- "integrity": "sha512-7jWG0c3cKKm2hKScnSAMUEUjRJKXUShwMPk0ASVhICycQhwND3IMAdhJYmc1mxxKzBUJTSF5HZizfrKrS6BzkA==",
- "dev": true,
- "requires": {
- "anymatch": "^1.3.0",
- "browserify": "^16.1.0",
- "chokidar": "^1.0.0",
- "defined": "^1.0.0",
- "outpipe": "^1.1.0",
- "through2": "^2.0.0",
- "xtend": "^4.0.0"
- }
- },
"web-stream-tools": {
"version": "github:openpgpjs/web-stream-tools#84a497715c9df271a673f8616318264ab42ab3cc",
"from": "github:openpgpjs/web-stream-tools"