wallet-core/node_modules/vinyl/package.json
2016-10-10 03:43:44 +02:00

142 lines
3.3 KiB
JSON

{
"_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"
}