initial commit
This commit is contained in:
121
node_modules/gulp/package.json
generated
vendored
Normal file
121
node_modules/gulp/package.json
generated
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
{
|
||||
"_from": "gulp",
|
||||
"_id": "gulp@4.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
|
||||
"_location": "/gulp",
|
||||
"_phantomChildren": {
|
||||
"ansi-colors": "1.1.0",
|
||||
"archy": "1.0.0",
|
||||
"array-sort": "1.0.0",
|
||||
"color-support": "1.1.3",
|
||||
"concat-stream": "1.6.2",
|
||||
"copy-props": "2.0.4",
|
||||
"fancy-log": "1.3.3",
|
||||
"gulplog": "1.0.0",
|
||||
"interpret": "1.2.0",
|
||||
"isobject": "3.0.1",
|
||||
"liftoff": "3.1.0",
|
||||
"matchdep": "2.0.0",
|
||||
"mute-stdout": "1.0.1",
|
||||
"pretty-hrtime": "1.0.3",
|
||||
"replace-homedir": "1.0.0",
|
||||
"semver-greatest-satisfied-range": "1.1.0",
|
||||
"v8flags": "3.1.3",
|
||||
"yargs": "7.1.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "gulp",
|
||||
"name": "gulp",
|
||||
"escapedName": "gulp",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
|
||||
"_shasum": "543651070fd0f6ab0a0650c6a3e6ff5a7cb09caa",
|
||||
"_spec": "gulp",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme",
|
||||
"author": {
|
||||
"name": "Gulp Team",
|
||||
"email": "team@gulpjs.com",
|
||||
"url": "https://gulpjs.com/"
|
||||
},
|
||||
"bin": {
|
||||
"gulp": "./bin/gulp.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gulpjs/gulp/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Eric Schoffstall",
|
||||
"email": "yo@contra.io"
|
||||
},
|
||||
{
|
||||
"name": "Blaine Bublitz",
|
||||
"email": "blaine.bublitz@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"glob-watcher": "^5.0.3",
|
||||
"gulp-cli": "^2.2.0",
|
||||
"undertaker": "^1.2.1",
|
||||
"vinyl-fs": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "The streaming build system.",
|
||||
"devDependencies": {
|
||||
"coveralls": "github:phated/node-coveralls#2.x",
|
||||
"eslint": "^2.13.1",
|
||||
"eslint-config-gulp": "^3.0.1",
|
||||
"expect": "^1.20.2",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^3.0.0",
|
||||
"nyc": "^10.3.2",
|
||||
"rimraf": "^2.6.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
"index.js",
|
||||
"bin"
|
||||
],
|
||||
"homepage": "https://gulpjs.com",
|
||||
"keywords": [
|
||||
"build",
|
||||
"stream",
|
||||
"system",
|
||||
"make",
|
||||
"tool",
|
||||
"asset",
|
||||
"pipeline",
|
||||
"series",
|
||||
"parallel",
|
||||
"streaming"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "gulp",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gulpjs/gulp.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": "4.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user