aboutsummaryrefslogtreecommitdiff
path: root/node_modules/first-chunk-stream/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/first-chunk-stream/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/first-chunk-stream/package.json')
-rw-r--r--node_modules/first-chunk-stream/package.json100
1 files changed, 100 insertions, 0 deletions
diff --git a/node_modules/first-chunk-stream/package.json b/node_modules/first-chunk-stream/package.json
new file mode 100644
index 000000000..29ba43a7a
--- /dev/null
+++ b/node_modules/first-chunk-stream/package.json
@@ -0,0 +1,100 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "first-chunk-stream@^1.0.0",
+ "scope": null,
+ "escapedName": "first-chunk-stream",
+ "name": "first-chunk-stream",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/strip-bom"
+ ]
+ ],
+ "_from": "first-chunk-stream@>=1.0.0 <2.0.0",
+ "_id": "first-chunk-stream@1.0.0",
+ "_inCache": true,
+ "_location": "/first-chunk-stream",
+ "_npmUser": {
+ "name": "sindresorhus",
+ "email": "sindresorhus@gmail.com"
+ },
+ "_npmVersion": "1.4.21",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "first-chunk-stream@^1.0.0",
+ "scope": null,
+ "escapedName": "first-chunk-stream",
+ "name": "first-chunk-stream",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/gulp/strip-bom",
+ "/strip-bom-stream"
+ ],
+ "_resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
+ "_shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
+ "_shrinkwrap": null,
+ "_spec": "first-chunk-stream@^1.0.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/gulp/node_modules/strip-bom",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/first-chunk-stream/issues"
+ },
+ "dependencies": {},
+ "description": "Transform the first chunk in a stream",
+ "devDependencies": {
+ "concat-stream": "^1.4.5",
+ "mocha": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "59bfb50cd905f60d7c394cd3d9acaab4e6ad934e",
+ "tarball": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "gitHead": "8b0b1750edcc30fa2b2071245198181e925be619",
+ "homepage": "https://github.com/sindresorhus/first-chunk-stream",
+ "keywords": [
+ "buffer",
+ "stream",
+ "streams",
+ "transform",
+ "first",
+ "chunk",
+ "size",
+ "min",
+ "minimum"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "sindresorhus",
+ "email": "sindresorhus@gmail.com"
+ }
+ ],
+ "name": "first-chunk-stream",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/first-chunk-stream.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "1.0.0"
+}