| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- {
- "raw": "gulp-print@^2.0.1",
- "scope": null,
- "escapedName": "gulp-print",
- "name": "gulp-print",
- "rawSpec": "^2.0.1",
- "spec": ">=2.0.1 <3.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
- ]
- ],
- "_from": "gulp-print@>=2.0.1 <3.0.0",
- "_id": "gulp-print@2.0.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/gulp-print",
- "_nodeVersion": "0.12.2",
- "_npmUser": {
- "name": "alexgorbatchev",
- "email": "alex.gorbatchev@gmail.com"
- },
- "_npmVersion": "2.7.4",
- "_phantomChildren": {},
- "_requested": {
- "raw": "gulp-print@^2.0.1",
- "scope": null,
- "escapedName": "gulp-print",
- "name": "gulp-print",
- "rawSpec": "^2.0.1",
- "spec": ">=2.0.1 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/semantic-ui"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz",
- "_shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
- "_shrinkwrap": null,
- "_spec": "gulp-print@^2.0.1",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
- "author": {
- "name": "Alex Gorbatchev",
- "url": "https://github.com/alexgorbatchev"
- },
- "bugs": {
- "url": "https://github.com/alexgorbatchev/gulp-print/issues"
- },
- "dependencies": {
- "gulp-util": "^3.0.6",
- "map-stream": "~0.0.6"
- },
- "description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
- "devDependencies": {
- "chai": "^3.2.0",
- "coffee-errors": "~0.8.6",
- "coffee-script": "~1.10.0",
- "mocha": "^2.3.2",
- "sinon": "^1.16.1",
- "sinon-chai": "^2.8.0"
- },
- "directories": {},
- "dist": {
- "shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
- "tarball": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz"
- },
- "engines": {
- "node": ">=0.10.0",
- "npm": ">=1.2.10"
- },
- "gitHead": "2a47a249fb595ac3433f766ce03570d34b2506f3",
- "homepage": "https://github.com/alexgorbatchev/gulp-print",
- "keywords": [
- "gulpplugin",
- "log",
- "print",
- "debug",
- "status"
- ],
- "license": "MIT",
- "main": "./lib/gulp-print.js",
- "maintainers": [
- {
- "name": "alexgorbatchev",
- "email": "alex.gorbatchev@gmail.com"
- }
- ],
- "name": "gulp-print",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/alexgorbatchev/gulp-print.git"
- },
- "scripts": {
- "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
- "test": "mocha test/*.spec.coffee"
- },
- "version": "2.0.1"
- }
|