123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- {
- "_args": [
- [
- {
- "raw": "gulp-jsmin@^0.1.5",
- "scope": null,
- "escapedName": "gulp-jsmin",
- "name": "gulp-jsmin",
- "rawSpec": "^0.1.5",
- "spec": ">=0.1.5 <0.2.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs"
- ]
- ],
- "_from": "gulp-jsmin@>=0.1.5 <0.2.0",
- "_id": "gulp-jsmin@0.1.5",
- "_inCache": true,
- "_location": "/gulp-jsmin",
- "_npmUser": {
- "name": "chilijung",
- "email": "chilijung@gmail.com"
- },
- "_npmVersion": "1.4.14",
- "_phantomChildren": {
- "clone-stats": "0.0.1",
- "core-util-is": "1.0.2",
- "escape-string-regexp": "1.0.5",
- "get-stdin": "4.0.1",
- "inherits": "2.0.3",
- "isarray": "0.0.1",
- "lodash._escapehtmlchar": "2.4.1",
- "lodash._escapestringchar": "2.4.1",
- "lodash._isnative": "2.4.1",
- "lodash._reunescapedhtml": "2.4.1",
- "lodash._shimkeys": "2.4.1",
- "lodash.defaults": "2.4.1",
- "lodash.isobject": "2.4.1",
- "lodash.values": "2.4.1",
- "meow": "3.7.0",
- "multipipe": "0.1.2",
- "string_decoder": "0.10.31"
- },
- "_requested": {
- "raw": "gulp-jsmin@^0.1.5",
- "scope": null,
- "escapedName": "gulp-jsmin",
- "name": "gulp-jsmin",
- "rawSpec": "^0.1.5",
- "spec": ">=0.1.5 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmjs.org/gulp-jsmin/-/gulp-jsmin-0.1.5.tgz",
- "_shasum": "52a6bd01291ff8d0e1a1225a3cb5f7023f8ef987",
- "_shrinkwrap": null,
- "_spec": "gulp-jsmin@^0.1.5",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs",
- "author": {
- "name": "chilijung"
- },
- "bugs": {
- "url": "https://github.com/chilijung/gulp-jsmin/issues/"
- },
- "dependencies": {
- "filesize": "~2.0.0",
- "graceful-fs": "~2.0.0",
- "gulp-rename": "~1.1.0",
- "gulp-util": "~2.2.0",
- "jsmin-sourcemap": "~0.16.0",
- "map-stream": "0.0.4",
- "temp-write": "~0.1.0"
- },
- "description": "minify js using gulp",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "52a6bd01291ff8d0e1a1225a3cb5f7023f8ef987",
- "tarball": "https://registry.npmjs.org/gulp-jsmin/-/gulp-jsmin-0.1.5.tgz"
- },
- "gitHead": "84048a79203c2b28cf569e21208b2b031aef6196",
- "homepage": "https://github.com/chilijung/gulp-jsmin/",
- "keywords": [
- "gulp",
- "gulpplugin",
- "min",
- "js"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "chilijung",
- "email": "chilijung@gmail.com"
- }
- ],
- "name": "gulp-jsmin",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/chilijung/gulp-jsmin.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "0.1.5"
- }
|