{
  "_from": "long@^2.4.0",
  "_id": "long@2.4.0",
  "_inBundle": false,
  "_integrity": "sha1-n6GAux2VAM3CnEFWdmoZleH0Uk8=",
  "_location": "/long",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "long@^2.4.0",
    "name": "long",
    "escapedName": "long",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/thriftrw"
  ],
  "_resolved": "https://registry.npmjs.org/long/-/long-2.4.0.tgz",
  "_shasum": "9fa180bb1d9500cdc29c4156766a1995e1f4524f",
  "_spec": "long@^2.4.0",
  "_where": "/Users/premkumar/Repos/observable-js/observable-js/express/example/node_modules/thriftrw",
  "author": {
    "name": "Daniel Wirtz",
    "email": "dcode@dcode.io"
  },
  "bugs": {
    "url": "https://github.com/dcodeIO/Long.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A Long class for representing a 64-bit two's-complement integer value.",
  "devDependencies": {
    "closurecompiler": "latest",
    "metascript": "~0",
    "testjs": "latest"
  },
  "engines": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/dcodeIO/Long.js#readme",
  "keywords": [
    "math"
  ],
  "license": "Apache-2.0",
  "main": "dist/Long.js",
  "name": "long",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dcodeIO/Long.js.git"
  },
  "scripts": {
    "build": "node scripts/build.js",
    "compile": "ccjs dist/Long.js --compilation_level=ADVANCED_OPTIMIZATIONS --create_source_map=dist/Long.min.map > dist/Long.min.js",
    "compress": "gzip -c -9 dist/Long.min.js > dist/Long.min.js.gz",
    "make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
    "test": "node node_modules/testjs/bin/testjs tests/suite.js"
  },
  "version": "2.4.0"
}
