UNPKG

@zkochan/pnpm

Version:

Fast, disk space efficient package manager

100 lines (99 loc) 2.82 kB
{ "_args": [ [ { "raw": "is-gzip@^1.0.0", "scope": null, "escapedName": "is-gzip", "name": "is-gzip", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "/home/zkochan/src/pnpm/packages/pnpm/node_modules/gunzip-maybe" ] ], "_from": "is-gzip@>=1.0.0 <2.0.0", "_id": "is-gzip@1.0.0", "_inCache": true, "_location": "/is-gzip", "_npmUser": { "name": "kevva", "email": "kevinmartensson@gmail.com" }, "_npmVersion": "1.4.23", "_phantomChildren": {}, "_requested": { "raw": "is-gzip@^1.0.0", "scope": null, "escapedName": "is-gzip", "name": "is-gzip", "rawSpec": "^1.0.0", "spec": ">=1.0.0 <2.0.0", "type": "range" }, "_requiredBy": [ "/gunzip-maybe" ], "_resolved": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz", "_shasum": "6ca8b07b99c77998025900e555ced8ed80879a83", "_shrinkwrap": null, "_spec": "is-gzip@^1.0.0", "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/gunzip-maybe", "author": { "name": "Kevin Mårtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "bugs": { "url": "https://github.com/kevva/is-gzip/issues" }, "dependencies": {}, "description": "Check if a Buffer/Uint8Array is a GZIP file", "devDependencies": { "ava": "0.0.4", "mocha": "^1.18.2", "read-chunk": "^1.0.0" }, "directories": {}, "dist": { "shasum": "6ca8b07b99c77998025900e555ced8ed80879a83", "tarball": "https://registry.npmjs.org/is-gzip/-/is-gzip-1.0.0.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "be4085dfd55db9f19c7af8341558e29d2ce44837", "homepage": "https://github.com/kevva/is-gzip#readme", "keywords": [ "archive", "buffer", "check", "detect", "gzip", "type", "uint8array" ], "license": "MIT", "maintainers": [ { "name": "kevva", "email": "kevinmartensson@gmail.com" } ], "name": "is-gzip", "optionalDependencies": {}, "readme": "# is-gzip [![Build Status](https://travis-ci.org/kevva/is-gzip.svg?branch=master)](https://travis-ci.org/kevva/is-gzip)\n\n> Check if a Buffer/Uint8Array is a GZIP file\n\n## Install\n\n```sh\n$ npm install --save is-gzip\n```\n\n## Usage\n\n```js\nvar isGzip = require('is-gzip');\nvar read = require('fs').readFileSync;\n\nisGzip(read('foo.tar.gz'));\n// => true\n```\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](https://github.com/kevva)\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/kevva/is-gzip.git" }, "scripts": { "test": "node test/test.js" }, "version": "1.0.0" }