115 lines
2.7 KiB
JSON
115 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-zopfli@2.0.2",
|
|
"/Users/asciidisco/Desktop/asciidisco.com/build"
|
|
]
|
|
],
|
|
"_from": "node-zopfli@2.0.2",
|
|
"_id": "node-zopfli@2.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-p6RzrpKq6oXUxo1Fu/LJRMRhFrg=",
|
|
"_location": "/node-zopfli",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-zopfli@2.0.2",
|
|
"name": "node-zopfli",
|
|
"escapedName": "node-zopfli",
|
|
"rawSpec": "2.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-zopfli/-/node-zopfli-2.0.2.tgz",
|
|
"_spec": "2.0.2",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build",
|
|
"author": {
|
|
"name": "Pierre Inglebert",
|
|
"email": "pierre.inglebert@gmail.com"
|
|
},
|
|
"bin": {
|
|
"zopfli": "bin/zopfli",
|
|
"zopflipng": "bin/zopflipng"
|
|
},
|
|
"binary": {
|
|
"module_name": "zopfli",
|
|
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
|
|
"remote_path": "./{configuration}",
|
|
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
|
|
"host": "https://node-zopfli.s3.amazonaws.com"
|
|
},
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"src",
|
|
"zopfli",
|
|
"binding.gyp"
|
|
],
|
|
"gypfile": true,
|
|
"homepage": "https://github.com/pierreinglebert/node-zopfli",
|
|
"keywords": [
|
|
"zopfli",
|
|
"zlib",
|
|
"compress",
|
|
"gzip",
|
|
"deflate"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/zopfli.js",
|
|
"name": "node-zopfli",
|
|
"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"
|
|
}
|