1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/gulp-rename/package.json

69 lines
1.7 KiB
JSON

{
"_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": "range",
"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": [
"/"
],
"_resolved": "https://registry.npmmirror.com/gulp-rename/-/gulp-rename-1.4.0.tgz",
"_shasum": "de1c718e7c4095ae861f7296ef4f3248648240bd",
"_spec": "gulp-rename@^1.4.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main",
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
"bugs": {
"url": "https://github.com/hparra/gulp-rename/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}