| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_from": "[email protected]",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-Nu+Srff89T4vCW++lmXZiPnhyn4=",
- "_location": "/gulp-dedupe",
- "_phantomChildren": {
- "lodash._isnative": "2.4.1",
- "lodash._objecttypes": "2.4.1",
- "lodash._shimkeys": "2.4.1",
- "lodash.isobject": "2.4.1"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "[email protected]",
- "name": "gulp-dedupe",
- "escapedName": "gulp-dedupe",
- "rawSpec": "0.0.2",
- "saveSpec": null,
- "fetchSpec": "0.0.2"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-dedupe/-/gulp-dedupe-0.0.2.tgz",
- "_shasum": "36ef92adf7fcf53e2f096fbe9665d988f9e1ca7e",
- "_spec": "[email protected]",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Marat Abdullin",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/hoho/gulp-dedupe/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "colors": "~1.0.2",
- "diff": "~1.0.8",
- "gulp-util": "~3.0.1",
- "lodash.defaults": "~2.4.1",
- "through": "~2.3.6"
- },
- "deprecated": false,
- "description": "Check for duplicates in the stream and filter them or throw an error",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "engines": {
- "node": ">=0.10"
- },
- "homepage": "https://github.com/hoho/gulp-dedupe",
- "keywords": [
- "gulpplugin",
- "dedupe",
- "duplicates"
- ],
- "license": "MIT",
- "main": "./index.js",
- "name": "gulp-dedupe",
- "repository": {
- "type": "git",
- "url": "git://github.com/hoho/gulp-dedupe.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.0.2"
- }
|