backoffice/node_modules/gzip-size/package.json

81 lines
1.6 KiB
JSON

{
"_args": [
[
"gzip-size@0.1.1",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "gzip-size@0.1.1",
"_id": "gzip-size@0.1.1",
"_inBundle": false,
"_integrity": "sha1-rjNIO2/IIk6DQilt4Qjvk3V/duA=",
"_location": "/gzip-size",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "gzip-size@0.1.1",
"name": "gzip-size",
"escapedName": "gzip-size",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/maxmin"
],
"_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"bin": {
"gzip-size": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/gzip-size/issues"
},
"dependencies": {
"concat-stream": "^1.4.1",
"zlib-browserify": "^0.0.3"
},
"description": "Get the gzipped size of a string or buffer",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/gzip-size#readme",
"keywords": [
"cli",
"bin",
"app",
"tool",
"zlib",
"gzip",
"compressed",
"size",
"string",
"buffer"
],
"license": "MIT",
"name": "gzip-size",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gzip-size.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}