| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- {
- "raw": "binary@>= 0.3.0 < 1",
- "scope": null,
- "escapedName": "binary",
- "name": "binary",
- "rawSpec": ">= 0.3.0 < 1",
- "spec": ">=0.3.0 <1.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip"
- ]
- ],
- "_defaultsLoaded": true,
- "_engineSupported": true,
- "_from": "binary@>=0.3.0 <1.0.0",
- "_id": "binary@0.3.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/binary",
- "_nodeVersion": "v0.6.11",
- "_npmUser": {
- "name": "substack",
- "email": "mail@substack.net"
- },
- "_npmVersion": "1.1.19",
- "_phantomChildren": {},
- "_requested": {
- "raw": "binary@>= 0.3.0 < 1",
- "scope": null,
- "escapedName": "binary",
- "name": "binary",
- "rawSpec": ">= 0.3.0 < 1",
- "spec": ">=0.3.0 <1.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/unzip"
- ],
- "_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
- "_shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
- "_shrinkwrap": null,
- "_spec": "binary@>= 0.3.0 < 1",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/unzip",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/node-binary/issues"
- },
- "dependencies": {
- "buffers": "~0.1.1",
- "chainsaw": "~0.1.0"
- },
- "description": "Unpack multibyte binary values from buffers",
- "devDependencies": {
- "seq": "~0.2.5",
- "tap": "~0.2.4"
- },
- "directories": {},
- "dist": {
- "shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
- "tarball": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz"
- },
- "engine": {
- "node": ">=0.4.0"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/substack/node-binary#readme",
- "keywords": [
- "binary",
- "decode",
- "endian",
- "unpack",
- "signed",
- "unsigned"
- ],
- "license": "MIT",
- "main": "./index.js",
- "maintainers": [
- {
- "name": "substack",
- "email": "mail@substack.net"
- }
- ],
- "name": "binary",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/node-binary.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "0.3.0"
- }
|