12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "gulp-flatten@^0.4.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-eg4spVTAiv1xXmugyaCxWne1oPtNG0UHEtABx5W8ScLiqAYceyYm6GYA36x0Qh8KOIXmAZV97L2aYGnKREG3Sg==",
- "_location": "/gulp-flatten",
- "_phantomChildren": {
- "ansi-cyan": "0.1.1",
- "ansi-red": "0.1.1",
- "arr-flatten": "1.1.0"
- },
- "_requested": {
- "type": "range",
- "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",
- "_shasum": "d9ac819416c30fd5dfb3dea9da79c83a1bcd61d1",
- "_spec": "gulp-flatten@^0.4.0",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Artem Medeusheyev",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/armed/gulp-flatten/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "plugin-error": "^0.1.2",
- "through2": "^2.0.0"
- },
- "deprecated": false,
- "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"
- }
|