145 lines
3.5 KiB
JSON
145 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "gulp-wrap@^0.13.0",
|
|
"scope": null,
|
|
"escapedName": "gulp-wrap",
|
|
"name": "gulp-wrap",
|
|
"rawSpec": "^0.13.0",
|
|
"spec": ">=0.13.0 <0.14.0",
|
|
"type": "range"
|
|
},
|
|
"/mnt/Data/bach/Documents/ola/OLA#3DOC/sys"
|
|
]
|
|
],
|
|
"_from": "gulp-wrap@>=0.13.0 <0.14.0",
|
|
"_id": "gulp-wrap@0.13.0",
|
|
"_inCache": true,
|
|
"_location": "/gulp-wrap",
|
|
"_nodeVersion": "5.10.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/gulp-wrap-0.13.0.tgz_1463872436145_0.16105911904014647"
|
|
},
|
|
"_npmUser": {
|
|
"name": "adamayres",
|
|
"email": "magicaj@gmail.com"
|
|
},
|
|
"_npmVersion": "3.8.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "gulp-wrap@^0.13.0",
|
|
"scope": null,
|
|
"escapedName": "gulp-wrap",
|
|
"name": "gulp-wrap",
|
|
"rawSpec": "^0.13.0",
|
|
"spec": ">=0.13.0 <0.14.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz",
|
|
"_shasum": "90fb0b4a27a266433832ff7c6122db5c1ee894c6",
|
|
"_shrinkwrap": null,
|
|
"_spec": "gulp-wrap@^0.13.0",
|
|
"_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "90fb0b4a27a266433832ff7c6122db5c1ee894c6",
|
|
"tarball": "https://registry.npmjs.org/gulp-wrap/-/gulp-wrap-0.13.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10",
|
|
"npm": ">=1.4.3"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "11cd463ddcd19becb868e19af40e34be5513253d",
|
|
"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"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "adamayres",
|
|
"email": "magicaj@gmail.com"
|
|
},
|
|
{
|
|
"name": "shinnn",
|
|
"email": "snnskwtnb@gmail.com"
|
|
}
|
|
],
|
|
"name": "gulp-wrap",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"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"
|
|
}
|