UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

141 lines (140 loc) 3.31 kB
{ "_args": [ [ { "raw": "gulp@3.8.8", "scope": null, "escapedName": "gulp", "name": "gulp", "rawSpec": "3.8.8", "spec": "3.8.8", "type": "version" }, "/home/jthoms1/Workspace/ionic-cli-v2" ] ], "_from": "gulp@3.8.8", "_id": "gulp@3.8.8", "_inCache": true, "_location": "/gulp", "_npmUser": { "name": "fractal", "email": "contact@wearefractal.com" }, "_npmVersion": "1.4.21", "_phantomChildren": { "escape-string-regexp": "1.0.5" }, "_requested": { "raw": "gulp@3.8.8", "scope": null, "escapedName": "gulp", "name": "gulp", "rawSpec": "3.8.8", "spec": "3.8.8", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/gulp/-/gulp-3.8.8.tgz", "_shasum": "0b0473e7cdfd04c785184513938397d4552cfe96", "_shrinkwrap": null, "_spec": "gulp@3.8.8", "_where": "/home/jthoms1/Workspace/ionic-cli-v2", "author": { "name": "Fractal", "email": "contact@wearefractal.com", "url": "http://wearefractal.com/" }, "bin": { "gulp": "./bin/gulp.js" }, "bugs": { "url": "https://github.com/gulpjs/gulp/issues" }, "dependencies": { "archy": "^0.0.2", "chalk": "^0.5.0", "deprecated": "^0.0.1", "gulp-util": "^3.0.0", "interpret": "^0.3.2", "liftoff": "^0.12.0", "minimist": "^1.1.0", "orchestrator": "^0.3.0", "pretty-hrtime": "^0.2.0", "semver": "^3.0.1", "tildify": "^1.0.0", "vinyl-fs": "^0.3.0" }, "description": "The streaming build system", "devDependencies": { "coveralls": "^2.7.0", "graceful-fs": "^3.0.0", "istanbul": "^0.3.0", "jshint": "^2.5.0", "jshint-stylish": "^0.4.0", "marked-man": "^0.1.3", "mkdirp": "^0.5.0", "mocha": "^1.17.0", "mocha-lcov-reporter": "^0.0.1", "q": "^1.0.0", "rimraf": "^2.2.5", "should": "^4.0.0" }, "directories": {}, "dist": { "shasum": "0b0473e7cdfd04c785184513938397d4552cfe96", "tarball": "https://registry.npmjs.org/gulp/-/gulp-3.8.8.tgz" }, "engineStrict": true, "engines": { "node": ">= 0.9" }, "files": [ "index.js", "lib", "bin", "completion" ], "gitHead": "8f505c92c2066ab1ccd3011c1c7d81c4d2aa958e", "homepage": "http://gulpjs.com", "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/gulpjs/gulp/master/LICENSE" } ], "maintainers": [ { "name": "fractal", "email": "contact@wearefractal.com" } ], "man": [ "gulp.1" ], "name": "gulp", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/gulpjs/gulp.git" }, "scripts": { "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "lint": "jshint lib bin index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules", "prepublish": "marked-man --name gulp docs/CLI.md > gulp.1", "test": "npm run-script lint && mocha --reporter spec" }, "tags": [ "build", "stream", "system", "make", "tool", "asset", "pipeline" ], "version": "3.8.8" }