wishthis/node_modules/gulp-rename/package.json

72 lines
1.7 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"gulp-rename@1.4.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_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",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Hector Guillermo Parra Alvarez",
"email": "hector@hectorparra.com",
"url": "https://github.com/hparra"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/hparra/gulp-rename/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"description": "Rename files",
2022-01-21 08:28:41 +00:00
"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"
},
2022-02-23 16:41:13 +00:00
"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"
2022-01-21 08:28:41 +00:00
}