77 lines
1.6 KiB
JSON
77 lines
1.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"gzip-size@4.1.0",
|
|
"/Applications/work/GitLab/lepu-test-platform-web"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "gzip-size@4.1.0",
|
|
"_id": "gzip-size@4.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-iuCWJX6r59acRb4rZ8RIEk/7UXw=",
|
|
"_location": "/gzip-size",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "gzip-size@4.1.0",
|
|
"name": "gzip-size",
|
|
"escapedName": "gzip-size",
|
|
"rawSpec": "4.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/webpack-bundle-analyzer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-4.1.0.tgz",
|
|
"_spec": "4.1.0",
|
|
"_where": "/Applications/work/GitLab/lepu-test-platform-web",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/gzip-size/issues"
|
|
},
|
|
"dependencies": {
|
|
"duplexer": "^0.1.1",
|
|
"pify": "^3.0.0"
|
|
},
|
|
"description": "Get the gzipped size of a string or buffer",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"p-event": "^1.3.0",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/gzip-size#readme",
|
|
"keywords": [
|
|
"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": "xo && ava"
|
|
},
|
|
"version": "4.1.0"
|
|
}
|