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

78 lines
1.8 KiB
JSON

{
"_args": [
[
"gulp-flatten@0.4.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "gulp-flatten@0.4.0",
"_id": "gulp-flatten@0.4.0",
"_inBundle": false,
"_integrity": "sha512-eg4spVTAiv1xXmugyaCxWne1oPtNG0UHEtABx5W8ScLiqAYceyYm6GYA36x0Qh8KOIXmAZV97L2aYGnKREG3Sg==",
"_location": "/gulp-flatten",
"_phantomChildren": {
"ansi-cyan": "0.1.1",
"ansi-red": "0.1.1",
"arr-flatten": "1.1.0",
"readable-stream": "2.3.7",
"xtend": "4.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "gulp-flatten@0.4.0",
"name": "gulp-flatten",
"escapedName": "gulp-flatten",
"rawSpec": "0.4.0",
"saveSpec": null,
"fetchSpec": "0.4.0"
},
"_requiredBy": [
"/fomantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-flatten/-/gulp-flatten-0.4.0.tgz",
"_spec": "0.4.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Artem Medeusheyev",
"email": "artem.medeusheyev@gmail.com"
},
"bugs": {
"url": "https://github.com/armed/gulp-flatten/issues"
},
"dependencies": {
"plugin-error": "^0.1.2",
"through2": "^2.0.0"
},
"description": "remove or replace relative path for files",
"devDependencies": {
"eslint-config-airbnb": "^1.0.2",
"gulp": "^3.9.0",
"mocha": "^2.3.4",
"pre-commit": "^1.1.2",
"should": "^7.1.1",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=0.10"
},
"homepage": "https://github.com/armed/gulp-flatten",
"keywords": [
"gulpplugin",
"gulp",
"flatten",
"relative",
"path"
],
"license": "MIT",
"main": "index.js",
"name": "gulp-flatten",
"repository": {
"type": "git",
"url": "git://github.com/armed/gulp-flatten.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "0.4.0"
}