You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.7 KiB
69 lines
1.7 KiB
{ |
|
"name": "gulp-load-plugins", |
|
"version": "2.0.8", |
|
"description": "Automatically load any gulp plugins in your package.json", |
|
"scripts": { |
|
"test": "yarn run lint && NODE_PATH=test/global_modules mocha", |
|
"lint": "eslint . --ignore-path .gitignore" |
|
}, |
|
"license": "MIT", |
|
"files": [ |
|
"index.js" |
|
], |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"repository": "jackfranklin/gulp-load-plugins", |
|
"keywords": [ |
|
"gulpfriendly", |
|
"gulp", |
|
"require", |
|
"load", |
|
"plugins" |
|
], |
|
"author": "Jack Franklin", |
|
"contributors": [ |
|
"Jameel Moses <jameelmoses@gmail.com>", |
|
"Pascal Hartig", |
|
"Ben Briggs", |
|
"kombucha", |
|
"Nicolas Froidure", |
|
"Sindre Sorhus", |
|
"Julien Fontanet <julien.fontanet@vates.fr>", |
|
"Callum Macrae", |
|
"Hutson Betts", |
|
"Christian Maniewski", |
|
"Connor Peet", |
|
"Dorian Camilleri", |
|
"Carlos Henrique", |
|
"iamfrontender <iamfrontender@gmail.com>", |
|
"Brian Woodward", |
|
"Zach Schnackel <info@zslabs.com>", |
|
"Bret K. Ikehara <bret.k.ikehara@gmail.com>" |
|
], |
|
"dependencies": { |
|
"array-unique": "^0.3.2", |
|
"fancy-log": "^2.0.0", |
|
"findup-sync": "^5.0.0", |
|
"gulplog": "^2.0.0", |
|
"has-gulplog": "^1.0.0", |
|
"micromatch": "^4.0.2", |
|
"resolve": "^1.17.0" |
|
}, |
|
"devDependencies": { |
|
"capture-stream": "^0.1.2", |
|
"eslint": "^8.23.0", |
|
"eslint-config-standard": "^17.0.0", |
|
"eslint-plugin-import": "^2.22.0", |
|
"eslint-plugin-n": "^15.2.5", |
|
"eslint-plugin-node": "^11.1.0", |
|
"eslint-plugin-promise": "^6.0.1", |
|
"eslint-plugin-standard": "^5.0.0", |
|
"mocha": "^10.0.0", |
|
"proxyquire": "^2.1.3", |
|
"sinon": "^14.0.0" |
|
}, |
|
"volta": { |
|
"node": "16.17.0" |
|
} |
|
}
|
|
|