aboutsummaryrefslogtreecommitdiff
path: root/node_modules/vinyl/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/vinyl/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/vinyl/package.json')
-rw-r--r--node_modules/vinyl/package.json141
1 files changed, 141 insertions, 0 deletions
diff --git a/node_modules/vinyl/package.json b/node_modules/vinyl/package.json
new file mode 100644
index 000000000..3f726ebc1
--- /dev/null
+++ b/node_modules/vinyl/package.json
@@ -0,0 +1,141 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "vinyl@^2.0.0",
+ "scope": null,
+ "escapedName": "vinyl",
+ "name": "vinyl",
+ "rawSpec": "^2.0.0",
+ "spec": ">=2.0.0 <3.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex"
+ ]
+ ],
+ "_from": "vinyl@>=2.0.0 <3.0.0",
+ "_id": "vinyl@2.0.0",
+ "_inCache": true,
+ "_location": "/vinyl",
+ "_nodeVersion": "0.10.41",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/vinyl-2.0.0.tgz_1475181784057_0.0325738035608083"
+ },
+ "_npmUser": {
+ "name": "phated",
+ "email": "blaine.bublitz@gmail.com"
+ },
+ "_npmVersion": "2.15.2",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "vinyl@^2.0.0",
+ "scope": null,
+ "escapedName": "vinyl",
+ "name": "vinyl",
+ "rawSpec": "^2.0.0",
+ "spec": ">=2.0.0 <3.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "#DEV:/"
+ ],
+ "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.0.tgz",
+ "_shasum": "b2a1dc4c93c2f04982e7466e2e7714ea70200861",
+ "_shrinkwrap": null,
+ "_spec": "vinyl@^2.0.0",
+ "_where": "/home/dold/repos/taler/wallet-webex",
+ "author": {
+ "name": "Gulp Team",
+ "email": "team@gulpjs.com",
+ "url": "http://gulpjs.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/gulpjs/vinyl/issues"
+ },
+ "contributors": [
+ {
+ "name": "Eric Schoffstall",
+ "email": "yo@contra.io"
+ },
+ {
+ "name": "Blaine Bublitz",
+ "email": "blaine.bublitz@gmail.com"
+ }
+ ],
+ "dependencies": {
+ "clone": "^1.0.0",
+ "clone-buffer": "^1.0.0",
+ "clone-stats": "^1.0.0",
+ "cloneable-readable": "^0.5.0",
+ "is-stream": "^1.1.0",
+ "remove-trailing-separator": "^1.0.1",
+ "replace-ext": "^1.0.0"
+ },
+ "description": "Virtual file format.",
+ "devDependencies": {
+ "eslint": "^1.7.3",
+ "eslint-config-gulp": "^2.0.0",
+ "expect": "^1.20.2",
+ "istanbul": "^0.4.3",
+ "istanbul-coveralls": "^1.0.3",
+ "jscs": "^2.3.5",
+ "jscs-preset-gulp": "^1.0.0",
+ "mississippi": "^1.2.0",
+ "mocha": "^2.4.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "b2a1dc4c93c2f04982e7466e2e7714ea70200861",
+ "tarball": "https://registry.npmjs.org/vinyl/-/vinyl-2.0.0.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "files": [
+ "LICENSE",
+ "index.js",
+ "lib"
+ ],
+ "gitHead": "a2b320cc5c6d3d398659d799a38a47a2f6740720",
+ "homepage": "https://github.com/gulpjs/vinyl#readme",
+ "keywords": [
+ "virtual",
+ "filesystem",
+ "file",
+ "directory",
+ "stat",
+ "path"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "contra",
+ "email": "contra@wearefractal.com"
+ },
+ {
+ "name": "fractal",
+ "email": "contact@wearefractal.com"
+ },
+ {
+ "name": "phated",
+ "email": "blaine.bublitz@gmail.com"
+ }
+ ],
+ "name": "vinyl",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/gulpjs/vinyl.git"
+ },
+ "scripts": {
+ "cover": "istanbul cover _mocha --report lcovonly",
+ "coveralls": "npm run cover && istanbul-coveralls",
+ "lint": "eslint . && jscs index.js lib/ test/",
+ "pretest": "npm run lint",
+ "test": "mocha --async-only"
+ },
+ "version": "2.0.0"
+}