12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "gulp-clone@^2.0.1",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha512-SLg/KsHBbinR/pCX3PF5l1YlR28hLp0X+bcpf77PtMJ6zvAQ5kRjtCPV5Wt1wHXsXWZN0eTUZ15R8ZYpi/CdCA==",
- "_location": "/gulp-clone",
- "_phantomChildren": {
- "ansi-cyan": "0.1.1",
- "ansi-red": "0.1.1",
- "arr-flatten": "1.1.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "gulp-clone@^2.0.1",
- "name": "gulp-clone",
- "escapedName": "gulp-clone",
- "rawSpec": "^2.0.1",
- "saveSpec": null,
- "fetchSpec": "^2.0.1"
- },
- "_requiredBy": [
- "/fomantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-clone/-/gulp-clone-2.0.1.tgz",
- "_shasum": "cf4ecb28ca46d032f6949271e8bf7986e78e6ff9",
- "_spec": "gulp-clone@^2.0.1",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
- "author": {
- "name": "Mario Casciaro"
- },
- "bugs": {
- "url": "https://github.com/mariocasciaro/gulp-clone/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "plugin-error": "^0.1.2",
- "through2": "^2.0.3"
- },
- "deprecated": false,
- "description": "Clone files in memory in a gulp stream",
- "devDependencies": {
- "chai": "^4.1.2",
- "mocha": "^4.1.0",
- "vinyl": "^2.1.0"
- },
- "homepage": "https://github.com/mariocasciaro/gulp-clone",
- "keywords": [
- "gulpplugin",
- "clone"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/mariocasciaro/gulp-clone/blob/master/LICENSE"
- }
- ],
- "name": "gulp-clone",
- "publishConfig": {
- "tag": "latest"
- },
- "release": {
- "branch": "master"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/mariocasciaro/gulp-clone.git"
- },
- "scripts": {
- "test": "node_modules/mocha/bin/_mocha test.js --reporter spec"
- },
- "version": "2.0.1"
- }
|