wishthis/node_modules/gulp-rename/package.json
2022-02-23 17:41:13 +01:00

71 lines
1.7 KiB
JSON

{
"_args": [
[
"gulp-rename@1.4.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-rename@1.4.0",
"_id": "gulp-rename@1.4.0",
"_inBundle": false,
"_integrity": "sha512-swzbIGb/arEoFK89tPY58vg3Ok1bw+d35PfUNwWqdo7KM4jkmuGA78JiDNqR+JeZFaeeHnRg9N7aihX3YPmsyg==",
"_location": "/gulp-rename",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-rename@1.4.0",
"name": "gulp-rename",
"escapedName": "gulp-rename",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-rename/-/gulp-rename-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
"bugs": {
"url": "https://github.com/hparra/gulp-rename/issues"
},
"description": "Rename files",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.4",
"jscs": "^3.0.0",
"jshint": "^2.0.0",
"map-stream": "^0.0.7",
"mocha": "^5.0.0",
"should": "^13.0.0",
"vinyl": "^2.0.0"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/hparra/gulp-rename",
"keywords": [
"gulpplugin"
],
"license": "MIT",
"main": "./index.js",
"name": "gulp-rename",
"repository": {
"type": "git",
"url": "git://github.com/hparra/gulp-rename.git"
},
"scripts": {
"pretest": "jscs index.js test/ && jshint index.js test/",
"test": "mocha"
},
"version": "1.4.0"
}