2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "gulp-replace",
|
2023-02-08 12:35:10 +00:00
|
|
|
"version": "1.1.4",
|
2022-04-08 10:55:35 +00:00
|
|
|
"description": "A string replace plugin for gulp",
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
2023-02-08 12:35:10 +00:00
|
|
|
"@types/node": "*",
|
2022-01-21 08:28:41 +00:00
|
|
|
"@types/vinyl": "^2.0.4",
|
|
|
|
"istextorbinary": "^3.0.0",
|
|
|
|
"replacestream": "^4.0.3",
|
|
|
|
"yargs-parser": ">=5.0.0-security.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"concat-stream": "^2.0.0",
|
2023-02-08 12:35:10 +00:00
|
|
|
"mocha": "^10.2.0",
|
2022-01-21 08:28:41 +00:00
|
|
|
"npm-which": "^3.0.1",
|
|
|
|
"should": "^13.2.3",
|
|
|
|
"ts-node": "^9.1.1",
|
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"vinyl": "^2.2.1"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"main": "index.js",
|
2022-04-08 10:55:35 +00:00
|
|
|
"types": "index.d.ts",
|
2022-02-23 16:41:13 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/lazd/gulp-replace.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"keywords": [
|
|
|
|
"gulpplugin",
|
|
|
|
"replace"
|
|
|
|
],
|
|
|
|
"author": "Larry Davis <lazdnet@gmail.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/lazd/gulp-replace/issues"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|