Files
ASHEBShop-h5/node_modules/node-zopfli/package.json
T
2017-05-10 17:19:39 +08:00

144 lines
3.7 KiB
JSON

{
"_args": [
[
"node-zopfli@^2.0.0",
"/Users/xmfish/Documents/Ash_Soft/ASHEBShop-h5/node_modules/compression-webpack-plugin"
]
],
"_cnpm_publish_time": 1478773448366,
"_from": "node-zopfli@>=2.0.0 <3.0.0",
"_hasShrinkwrap": false,
"_id": "node-zopfli@2.0.2",
"_inCache": true,
"_installable": true,
"_location": "/node-zopfli",
"_nodeVersion": "6.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/node-zopfli-2.0.2.tgz_1478773445807_0.6666667715180665"
},
"_npmUser": {
"email": "pierre.inglebert@gmail.com",
"name": "pierre.inglebert"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "node-zopfli",
"raw": "node-zopfli@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/compression-webpack-plugin"
],
"_resolved": "http://registry.npm.taobao.org/node-zopfli/download/node-zopfli-2.0.2.tgz",
"_shasum": "a7a473ae92aaea85d4c68d45bbf2c944c46116b8",
"_shrinkwrap": null,
"_spec": "node-zopfli@^2.0.0",
"_where": "/Users/xmfish/Documents/Ash_Soft/ASHEBShop-h5/node_modules/compression-webpack-plugin",
"author": {
"email": "pierre.inglebert@gmail.com",
"name": "Pierre Inglebert"
},
"bin": {
"zopfli": "bin/zopfli",
"zopflipng": "bin/zopflipng"
},
"binary": {
"host": "https://node-zopfli.s3.amazonaws.com",
"module_name": "zopfli",
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"remote_path": "./{configuration}"
},
"bugs": {
"url": "https://github.com/pierreinglebert/node-zopfli/issues"
},
"contributors": [
{
"name": "duralog",
"email": "funisher@gmail.com"
},
{
"name": "MayhemYDG",
"email": "stepien.nicolas@gmail.com"
},
{
"name": "XhmikosR",
"email": "xhmikosr@gmail.com"
}
],
"dependencies": {
"commander": "^2.8.1",
"defaults": "^1.0.2",
"nan": "^2.0.0",
"node-pre-gyp": "^0.6.4"
},
"description": "Bindings for Zopfli compressing lib. Compress gzip files 5% better than gzip.",
"devDependencies": {
"async": "^2.0.0",
"aws-sdk": "^2.4.8",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"eslint": "1.0.0",
"istanbul": "^0.4.4",
"mocha": "^2.2.4",
"randomstring": "^1.0.5"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "a7a473ae92aaea85d4c68d45bbf2c944c46116b8",
"size": 519988,
"tarball": "http://registry.npm.taobao.org/node-zopfli/download/node-zopfli-2.0.2.tgz"
},
"engines": {
"node": ">=0.12"
},
"files": [
"bin",
"binding.gyp",
"lib",
"src",
"zopfli"
],
"gitHead": "6adf6906ff8acbb52659b77e5f3dd445117a2287",
"gypfile": true,
"homepage": "https://github.com/pierreinglebert/node-zopfli",
"keywords": [
"compress",
"deflate",
"gzip",
"zlib",
"zopfli"
],
"license": "MIT",
"main": "lib/zopfli.js",
"maintainers": [
{
"name": "pierre.inglebert",
"email": "pierre.inglebert@gmail.com"
}
],
"name": "node-zopfli",
"optionalDependencies": {},
"publish_time": 1478773448366,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pierreinglebert/node-zopfli.git"
},
"scripts": {
"coveralls": "coveralls < ./coverage/lcov.info",
"install": "node-pre-gyp install --fallback-to-build",
"lint": "eslint .",
"mocha": "mocha test",
"test": "npm run lint && npm run mocha",
"test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec test"
},
"version": "2.0.2"
}