| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- {
- "raw": "unzip@~0.1.11",
- "scope": null,
- "escapedName": "unzip",
- "name": "unzip",
- "rawSpec": "~0.1.11",
- "spec": ">=0.1.11 <0.2.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/geoip-lite"
- ]
- ],
- "_from": "unzip@>=0.1.11 <0.2.0",
- "_id": "unzip@0.1.11",
- "_inCache": true,
- "_installable": true,
- "_location": "/unzip",
- "_npmUser": {
- "name": "evanoxfeld",
- "email": "eoxfeld@gmail.com"
- },
- "_npmVersion": "1.4.21",
- "_phantomChildren": {},
- "_requested": {
- "raw": "unzip@~0.1.11",
- "scope": null,
- "escapedName": "unzip",
- "name": "unzip",
- "rawSpec": "~0.1.11",
- "spec": ">=0.1.11 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/geoip-lite"
- ],
- "_resolved": "http://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz",
- "_shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
- "_shrinkwrap": null,
- "_spec": "unzip@~0.1.11",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/geoip-lite",
- "author": {
- "name": "Evan Oxfeld",
- "email": "eoxfeld@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/EvanOxfeld/node-unzip/issues"
- },
- "dependencies": {
- "binary": ">= 0.3.0 < 1",
- "fstream": ">= 0.1.30 < 1",
- "match-stream": ">= 0.0.2 < 1",
- "pullstream": ">= 0.4.1 < 1",
- "readable-stream": "~1.0.31",
- "setimmediate": ">= 1.0.1 < 2"
- },
- "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
- "devDependencies": {
- "dirdiff": ">= 0.0.1 < 1",
- "stream-buffers": ">= 0.2.5 < 1",
- "tap": ">= 0.3.0 < 1",
- "temp": ">= 0.4.0 < 1"
- },
- "directories": {
- "example": "examples",
- "test": "test"
- },
- "dist": {
- "shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
- "tarball": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
- },
- "gitHead": "5a62ecbcef6523708bb8b37decaf6e41728ac7fc",
- "homepage": "https://github.com/EvanOxfeld/node-unzip",
- "keywords": [
- "zip",
- "unzip",
- "zlib",
- "uncompress",
- "archive",
- "stream",
- "extract"
- ],
- "license": "MIT",
- "main": "unzip.js",
- "maintainers": [
- {
- "name": "evanoxfeld",
- "email": "eoxfeld@gmail.com"
- },
- {
- "name": "joeferner",
- "email": "joe@fernsroth.com"
- }
- ],
- "name": "unzip",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/EvanOxfeld/node-unzip.git"
- },
- "scripts": {
- "test": "tap ./test/*.js"
- },
- "version": "0.1.11"
- }
|