clear
This commit is contained in:
118
node_modules/vinyl-bufferstream/package.json
generated
vendored
Normal file
118
node_modules/vinyl-bufferstream/package.json
generated
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
{
|
||||
"raw": "vinyl-bufferstream@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "vinyl-bufferstream",
|
||||
"name": "vinyl-bufferstream",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"D:\\web\\layui\\res\\layui\\node_modules\\gulp-minify-css"
|
||||
]
|
||||
],
|
||||
"_from": "vinyl-bufferstream@>=1.0.1 <2.0.0",
|
||||
"_id": "vinyl-bufferstream@1.0.1",
|
||||
"_inCache": true,
|
||||
"_location": "/vinyl-bufferstream",
|
||||
"_nodeVersion": "1.1.0",
|
||||
"_npmUser": {
|
||||
"name": "shinnn",
|
||||
"email": "snnskwtnb@gmail.com"
|
||||
},
|
||||
"_npmVersion": "2.5.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"raw": "vinyl-bufferstream@^1.0.1",
|
||||
"scope": null,
|
||||
"escapedName": "vinyl-bufferstream",
|
||||
"name": "vinyl-bufferstream",
|
||||
"rawSpec": "^1.0.1",
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-minify-css"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz",
|
||||
"_shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "vinyl-bufferstream@^1.0.1",
|
||||
"_where": "D:\\web\\layui\\res\\layui\\node_modules\\gulp-minify-css",
|
||||
"author": {
|
||||
"name": "Shinnosuke Watanabe",
|
||||
"url": "https://github.com/shinnn"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/shinnn/vinyl-bufferstream/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"bufferstreams": "1.0.1"
|
||||
},
|
||||
"description": "Deal with vinyl file contents, regardless of whether it is Buffer/Stream",
|
||||
"devDependencies": {
|
||||
"eslint": "^0.14.1",
|
||||
"istanbul": "^0.3.5",
|
||||
"istanbul-coveralls": "^1.0.1",
|
||||
"jscs": "^1.11.2",
|
||||
"simple-bufferstream": "0.0.4",
|
||||
"tap-spec": "^2.2.1",
|
||||
"tape": "^3.5.0",
|
||||
"vinyl": "^0.4.6"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "0537869f580effa4ca45acb47579e4b9fe63081a",
|
||||
"tarball": "https://registry.npmjs.org/vinyl-bufferstream/-/vinyl-bufferstream-1.0.1.tgz"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "baaf30c5e6291c5838461902bab9098b1dcb4a30",
|
||||
"homepage": "https://github.com/shinnn/vinyl-bufferstream",
|
||||
"jscsConfig": {
|
||||
"preset": "google",
|
||||
"maximumLineLength": 98,
|
||||
"requireBlocksOnNewline": true,
|
||||
"validateLineBreaks": "LF"
|
||||
},
|
||||
"keywords": [
|
||||
"gulpfriendly",
|
||||
"gulp",
|
||||
"vinyl",
|
||||
"buffer",
|
||||
"stream",
|
||||
"compatibility",
|
||||
"interchangeability",
|
||||
"internal",
|
||||
"helper"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/shinnn/vinyl-bufferstream/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "shinnn",
|
||||
"email": "snnskwtnb@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "vinyl-bufferstream",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/shinnn/vinyl-bufferstream.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover test.js",
|
||||
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
|
||||
"pretest": "jscs *.js && eslint *.js",
|
||||
"test": "node test.js | tap-spec"
|
||||
},
|
||||
"version": "1.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user