react-scripts
Version:
Configuration and scripts for Create React App.
102 lines (101 loc) • 2.37 kB
JSON
{
"_args": [
[
{
"raw": "gzip-size@3.0.0",
"scope": null,
"escapedName": "gzip-size",
"name": "gzip-size",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0"
]
],
"_from": "gzip-size@3.0.0",
"_id": "gzip-size@3.0.0",
"_inCache": true,
"_location": "/gzip-size",
"_nodeVersion": "0.12.5",
"_npmUser": {
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
},
"_npmVersion": "2.11.2",
"_phantomChildren": {},
"_requested": {
"raw": "gzip-size@3.0.0",
"scope": null,
"escapedName": "gzip-size",
"name": "gzip-size",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz",
"_shasum": "546188e9bdc337f673772f81660464b389dce520",
"_shrinkwrap": null,
"_spec": "gzip-size@3.0.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0",
"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"
},
"description": "Get the gzipped size of a string or buffer",
"devDependencies": {
"tap": "^1.3.2",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "546188e9bdc337f673772f81660464b389dce520",
"tarball": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz"
},
"engines": {
"node": ">=0.12.0"
},
"files": [
"index.js"
],
"gitHead": "55cd41dd1ff020282b2e9fe47620e71838d29646",
"homepage": "https://github.com/sindresorhus/gzip-size",
"keywords": [
"app",
"tool",
"zlib",
"gzip",
"compressed",
"size",
"string",
"buffer"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "gzip-size",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/gzip-size.git"
},
"scripts": {
"test": "xo && tap test.js"
},
"version": "3.0.0"
}