2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"gulp-replace@1.1.3",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
|
|
|
],
|
|
|
|
"_from": "gulp-replace@1.1.3",
|
|
|
|
"_id": "gulp-replace@1.1.3",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-HcPHpWY4XdF8zxYkDODHnG2+7a3nD/Y8Mfu3aBgMiCFDW3X2GiOKXllsAmILcxe3KZT2BXoN18WrpEFm48KfLQ==",
|
|
|
|
"_location": "/gulp-replace",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "gulp-replace@1.1.3",
|
|
|
|
"name": "gulp-replace",
|
|
|
|
"escapedName": "gulp-replace",
|
|
|
|
"rawSpec": "1.1.3",
|
|
|
|
"saveSpec": null,
|
|
|
|
"fetchSpec": "1.1.3"
|
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/fomantic-ui"
|
|
|
|
],
|
|
|
|
"_resolved": "https://registry.npmjs.org/gulp-replace/-/gulp-replace-1.1.3.tgz",
|
|
|
|
"_spec": "1.1.3",
|
|
|
|
"_where": "F:\\laragon\\www\\wishthis",
|
|
|
|
"author": {
|
|
|
|
"name": "Larry Davis",
|
|
|
|
"email": "lazdnet@gmail.com"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/lazd/gulp-replace/issues"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"@types/node": "^14.14.41",
|
|
|
|
"@types/vinyl": "^2.0.4",
|
|
|
|
"istextorbinary": "^3.0.0",
|
|
|
|
"replacestream": "^4.0.3",
|
|
|
|
"yargs-parser": ">=5.0.0-security.0"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "A string replace plugin for gulp",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"concat-stream": "^2.0.0",
|
|
|
|
"mocha": "^7.0.0",
|
|
|
|
"npm-which": "^3.0.1",
|
|
|
|
"should": "^13.2.3",
|
|
|
|
"ts-node": "^9.1.1",
|
|
|
|
"typescript": "^4.2.4",
|
|
|
|
"vinyl": "^2.2.1"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"homepage": "https://github.com/lazd/gulp-replace#readme",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"gulpplugin",
|
|
|
|
"replace"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2022-02-23 16:41:13 +00:00
|
|
|
"main": "index.js",
|
|
|
|
"name": "gulp-replace",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/lazd/gulp-replace.git"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"types": "index.d.ts",
|
|
|
|
"version": "1.1.3"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|