wishthis/node_modules/gulp/package.json

106 lines
2.3 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"gulp@4.0.2",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "gulp@4.0.2",
"_id": "gulp@4.0.2",
"_inBundle": false,
"_integrity": "sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==",
"_location": "/gulp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp@4.0.2",
"name": "gulp",
"escapedName": "gulp",
"rawSpec": "4.0.2",
"saveSpec": null,
"fetchSpec": "4.0.2"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/fomantic-ui",
"/gulp-copy"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.2.tgz",
"_spec": "4.0.2",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "https://gulpjs.com/"
},
2022-01-21 08:28:41 +00:00
"bin": {
2022-02-23 16:41:13 +00:00
"gulp": "bin/gulp.js"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/gulpjs/gulp/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"glob-watcher": "^5.0.3",
"gulp-cli": "^2.2.0",
"undertaker": "^1.2.1",
"vinyl-fs": "^3.0.0"
},
2022-02-23 16:41:13 +00:00
"description": "The streaming build system.",
2022-01-21 08:28:41 +00:00
"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"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js",
"bin"
],
"homepage": "https://gulpjs.com",
2022-01-21 08:28:41 +00:00
"keywords": [
"build",
"stream",
"system",
"make",
"tool",
"asset",
"pipeline",
"series",
"parallel",
"streaming"
2022-02-23 16:41:13 +00:00
],
"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"
2022-01-21 08:28:41 +00:00
}