2017-09-13 07:52:34 +02:00

127 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "vinyl@^1.0.0",
"scope": null,
"escapedName": "vinyl",
"name": "vinyl",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\buffer-to-vinyl"
]
],
"_from": "vinyl@>=1.0.0 <2.0.0",
"_id": "vinyl@1.2.0",
"_inCache": true,
"_location": "/vinyl",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/vinyl-1.2.0.tgz_1469745377040_0.31818721699528396"
},
"_npmUser": {
"name": "phated",
"email": "blaine.bublitz@gmail.com"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"raw": "vinyl@^1.0.0",
"scope": null,
"escapedName": "vinyl",
"name": "vinyl",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/buffer-to-vinyl",
"/decompress-unzip",
"/download",
"/gulp-sourcemaps",
"/vinyl-fs"
],
"_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
"_shasum": "5c88036cf565e5df05558bfc911f8656df218884",
"_shrinkwrap": null,
"_spec": "vinyl@^1.0.0",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\buffer-to-vinyl",
"author": {
"name": "Fractal",
"email": "contact@wearefractal.com",
"url": "http://wearefractal.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/vinyl/issues"
},
"dependencies": {
"clone": "^1.0.0",
"clone-stats": "^0.0.1",
"replace-ext": "0.0.1"
},
"description": "A virtual file format",
"devDependencies": {
"buffer-equal": "0.0.1",
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"event-stream": "^3.1.0",
"github-changes": "^1.0.1",
"istanbul": "^0.3.0",
"istanbul-coveralls": "^1.0.1",
"jscs": "^2.3.5",
"jscs-preset-gulp": "^1.0.0",
"lodash.templatesettings": "^3.1.0",
"mocha": "^2.0.0",
"rimraf": "^2.2.5",
"should": "^7.0.0"
},
"directories": {},
"dist": {
"shasum": "5c88036cf565e5df05558bfc911f8656df218884",
"tarball": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz"
},
"engines": {
"node": ">= 0.9"
},
"files": [
"index.js",
"lib"
],
"gitHead": "ba3670add1f2f52827e3807b8783159f30ba4606",
"homepage": "http://github.com/gulpjs/vinyl",
"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://github.com/gulpjs/vinyl.git"
},
"scripts": {
"changelog": "github-changes -o gulpjs -r vinyl -b master -f ./CHANGELOG.md --order-semver --use-commit-body",
"coveralls": "istanbul cover _mocha && istanbul-coveralls",
"lint": "eslint . && jscs *.js lib/ test/",
"pretest": "npm run lint",
"test": "mocha"
},
"version": "1.2.0"
}