Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
atom / usr / share / atom / resources / app / apm / node_modules / binary / package.json
Size: Mime:
{
  "_args": [
    [
      {
        "raw": "binary@^0.3.0",
        "scope": null,
        "escapedName": "binary",
        "name": "binary",
        "rawSpec": "^0.3.0",
        "spec": ">=0.3.0 <0.4.0",
        "type": "range"
      },
      "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/decompress-zip"
    ]
  ],
  "_defaultsLoaded": true,
  "_engineSupported": true,
  "_from": "binary@>=0.3.0 <0.4.0",
  "_id": "binary@0.3.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/atom-package-manager/binary",
  "_nodeVersion": "v0.6.11",
  "_npmUser": {
    "name": "substack",
    "email": "mail@substack.net"
  },
  "_npmVersion": "1.1.19",
  "_phantomChildren": {},
  "_requested": {
    "raw": "binary@^0.3.0",
    "scope": null,
    "escapedName": "binary",
    "name": "binary",
    "rawSpec": "^0.3.0",
    "spec": ">=0.3.0 <0.4.0",
    "type": "range"
  },
  "_requiredBy": [
    "/atom-package-manager/decompress-zip"
  ],
  "_resolved": "https://registry.npmjs.org/binary/-/binary-0.3.0.tgz",
  "_shasum": "9f60553bc5ce8c3386f3b553cff47462adecaa79",
  "_shrinkwrap": null,
  "_spec": "binary@^0.3.0",
  "_where": "/home/travis/build/atom/atom/apm/node_modules/atom-package-manager/node_modules/decompress-zip",
  "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"
}