12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "gzip-size@5.1.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "gzip-size@5.1.0",
- "_id": "gzip-size@5.1.0",
- "_inBundle": false,
- "_integrity": "sha1-LbA5bHH1yQLVz2tSrdUDC5PJm9I=",
- "_location": "/gzip-size",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gzip-size@5.1.0",
- "name": "gzip-size",
- "escapedName": "gzip-size",
- "rawSpec": "5.1.0",
- "saveSpec": null,
- "fetchSpec": "5.1.0"
- },
- "_requiredBy": [
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npm.taobao.org/gzip-size/download/gzip-size-5.1.0.tgz",
- "_spec": "5.1.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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": "^4.0.1"
- },
- "description": "Get the gzipped size of a string or buffer",
- "devDependencies": {
- "ava": "^1.4.1",
- "p-event": "^2.1.0",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=6"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "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 && tsd"
- },
- "version": "5.1.0"
- }
|