{ "_from": "undertaker@^1.2.1", "_id": "undertaker@1.2.1", "_inBundle": false, "_integrity": "sha512-71WxIzDkgYk9ZS+spIB8iZXchFhAdEo2YU8xYqBYJ39DIUIqziK78ftm26eecoIY49X0J2MLhG4hr18Yp6/CMA==", "_location": "/undertaker", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "undertaker@^1.2.1", "name": "undertaker", "escapedName": "undertaker", "rawSpec": "^1.2.1", "saveSpec": null, "fetchSpec": "^1.2.1" }, "_requiredBy": [ "/gulp" ], "_resolved": "https://registry.npmjs.org/undertaker/-/undertaker-1.2.1.tgz", "_shasum": "701662ff8ce358715324dfd492a4f036055dfe4b", "_spec": "undertaker@^1.2.1", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp", "author": { "name": "Gulp Team", "email": "team@gulpjs.com", "url": "http://gulpjs.com/" }, "bugs": { "url": "https://github.com/gulpjs/undertaker/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Blaine Bublitz", "email": "blaine.bublitz@gmail.com" }, { "name": "Damien Lebrun", "email": "dinoboff@hotmail.com" } ], "dependencies": { "arr-flatten": "^1.0.1", "arr-map": "^2.0.0", "bach": "^1.0.0", "collection-map": "^1.0.0", "es6-weak-map": "^2.0.1", "last-run": "^1.1.0", "object.defaults": "^1.0.0", "object.reduce": "^1.0.0", "undertaker-registry": "^1.0.0" }, "deprecated": false, "description": "Task registry that allows composition through series/parallel methods.", "devDependencies": { "async-once": "^1.0.0", "del": "^2.0.2", "eslint": "^1.7.3", "eslint-config-gulp": "^2.0.0", "expect": "^1.19.0", "gulp-jshint": "^1.8.4", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "jscs": "^2.3.5", "jscs-preset-gulp": "^1.0.0", "mocha": "^2.4.5", "once": "^1.3.1", "through2": "^2.0.0", "undertaker-common-tasks": "^1.0.0", "undertaker-task-metadata": "^1.0.0", "vinyl-fs": "^2.2.0" }, "engines": { "node": ">= 0.10" }, "files": [ "LICENSE", "index.js", "lib" ], "homepage": "https://github.com/gulpjs/undertaker#readme", "keywords": [ "registry", "runner", "task" ], "license": "MIT", "main": "index.js", "name": "undertaker", "repository": { "type": "git", "url": "git+https://github.com/gulpjs/undertaker.git" }, "scripts": { "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls", "lint": "eslint . && jscs index.js lib/ test/", "pretest": "npm run lint", "test": "mocha --async-only" }, "version": "1.2.1" }