123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "maxmin@^1.0.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify"
- ]
- ],
- "_from": "maxmin@>=1.0.0 <2.0.0",
- "_id": "maxmin@1.1.0",
- "_inCache": true,
- "_location": "/maxmin",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.5.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "maxmin",
- "raw": "maxmin@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/grunt-contrib-uglify"
- ],
- "_resolved": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
- "_shasum": "71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61",
- "_shrinkwrap": null,
- "_spec": "maxmin@^1.0.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt-contrib-uglify",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/maxmin/issues"
- },
- "dependencies": {
- "chalk": "^1.0.0",
- "figures": "^1.0.1",
- "gzip-size": "^1.0.0",
- "pretty-bytes": "^1.0.0"
- },
- "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "71365e84a99dd8f8b3f7d5fde2f00d1e7f73be61",
- "tarball": "http://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "140c69cd34e5ce3b44db5f7df5cdd7f621220c87",
- "homepage": "https://github.com/sindresorhus/maxmin",
- "installable": true,
- "keywords": [
- "buffer",
- "color",
- "diff",
- "difference",
- "gzip",
- "max",
- "min",
- "minified",
- "pretty",
- "string"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "maxmin",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/maxmin"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.1.0"
- }
|