110 lines
2.6 KiB
JSON
110 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gulp-wrap@0.13.0",
|
|
"/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "gulp-wrap@0.13.0",
|
|
"_id": "gulp-wrap@0.13.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-kPsLSieiZkM4Mv98YSLbXB7olMY=",
|
|
"_location": "/gulp-wrap",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gulp-wrap@0.13.0",
|
|
"name": "gulp-wrap",
|
|
"escapedName": "gulp-wrap",
|
|
"rawSpec": "0.13.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.13.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz",
|
|
"_spec": "0.13.0",
|
|
"_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
|
|
"author": {
|
|
"name": "Adam Ayres",
|
|
"email": "magicaj@gmail.com",
|
|
"url": "https://github.com/adamayres"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/adamayres/gulp-wrap/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Shinnosuke Watanabe",
|
|
"email": "snnskwtnb@gmail.com",
|
|
"url": "https://github.com/shinnn"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"consolidate": "^0.14.1",
|
|
"es6-promise": "^3.1.2",
|
|
"fs-readfile-promise": "^2.0.1",
|
|
"gulp-util": "^3.0.3",
|
|
"js-yaml": "^3.2.6",
|
|
"lodash": "^4.11.1",
|
|
"node.extend": "^1.1.2",
|
|
"through2": "^2.0.1",
|
|
"tryit": "^1.0.1",
|
|
"vinyl-bufferstream": "^1.0.1"
|
|
},
|
|
"description": "A gulp plugin to wrap the stream contents with a template.",
|
|
"devDependencies": {
|
|
"eslint": "^2.9.0",
|
|
"expect.js": "^0.3.1",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.1",
|
|
"jscs": "^3.0.3",
|
|
"mocha": "^2.1.0",
|
|
"simple-bufferstream": "1.0.0",
|
|
"vinyl": "^1.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10",
|
|
"npm": ">=1.4.3"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/adamayres/gulp-wrap#readme",
|
|
"jscsConfig": {
|
|
"preset": "google",
|
|
"maximumLineLength": 98,
|
|
"requireBlocksOnNewline": true,
|
|
"validateLineBreaks": "LF"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"wrap",
|
|
"template",
|
|
"lodash",
|
|
"consolidate",
|
|
"gulp"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/adamayres/gulp-wrap/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"name": "gulp-wrap",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adamayres/gulp-wrap.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover _mocha",
|
|
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
|
|
"pretest": "jscs *.js test/test.js && eslint *.js test/test.js",
|
|
"test": "_mocha"
|
|
},
|
|
"version": "0.13.0"
|
|
}
|