123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_from": "undertaker@^1.2.1",
- "_id": "undertaker@1.3.0",
- "_inBundle": false,
- "_integrity": "sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==",
- "_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.npmmirror.com/undertaker/-/undertaker-1.3.0.tgz",
- "_shasum": "363a6e541f27954d5791d6fa3c1d321666f86d18",
- "_spec": "undertaker@^1.2.1",
- "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/gulp",
- "author": {
- "name": "Gulp Team",
- "email": "team@gulpjs.com",
- "url": "https://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",
- "fast-levenshtein": "^1.0.0",
- "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",
- "coveralls": "github:phated/node-coveralls#2.x",
- "del": "^2.0.2",
- "eslint": "^2.13.1",
- "eslint-config-gulp": "^3.0.1",
- "expect": "^1.20.2",
- "gulp-jshint": "^1.8.4",
- "mocha": "^3.0.0",
- "nyc": "^10.3.2",
- "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": {
- "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
- "coveralls": "nyc report --reporter=text-lcov | coveralls",
- "lint": "eslint .",
- "pretest": "npm run lint",
- "test": "nyc mocha --async-only"
- },
- "version": "1.3.0"
- }
|