123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "gzip-size@6.0.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "gzip-size@6.0.0",
- "_id": "gzip-size@6.0.0",
- "_inBundle": false,
- "_integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==",
- "_location": "/gzip-size",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "gzip-size@6.0.0",
- "name": "gzip-size",
- "escapedName": "gzip-size",
- "rawSpec": "6.0.0",
- "saveSpec": null,
- "fetchSpec": "6.0.0"
- },
- "_requiredBy": [
- "/webpack-bundle-analyzer"
- ],
- "_resolved": "https://registry.npmmirror.com/gzip-size/-/gzip-size-6.0.0.tgz",
- "_spec": "6.0.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/gzip-size/issues"
- },
- "dependencies": {
- "duplexer": "^0.1.2"
- },
- "description": "Get the gzipped size of a string or buffer",
- "devDependencies": {
- "ava": "^2.4.0",
- "p-event": "^4.2.0",
- "tsd": "^0.13.1",
- "xo": "^0.34.2"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "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": "6.0.0"
- }
|