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