{
  "_from": "const-max-uint32@^1.0.2",
  "_id": "const-max-uint32@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-8Am7YjDmeO2HTdLWqc2ePL+rtnY=",
  "_location": "/const-max-uint32",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "const-max-uint32@^1.0.2",
    "name": "const-max-uint32",
    "escapedName": "const-max-uint32",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/validate.io-array-like"
  ],
  "_resolved": "https://registry.npmjs.org/const-max-uint32/-/const-max-uint32-1.0.2.tgz",
  "_shasum": "f009bb6230e678ed874dd2d6a9cd9e3cbfabb676",
  "_spec": "const-max-uint32@^1.0.2",
  "_where": "/home/sigonasr2/divar/server/node_modules/validate.io-array-like",
  "author": {
    "name": "Athan Reines",
    "email": "kgryte@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/const-io/max-uint32/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "kgryte@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "Maximum unsigned 32-bit integer.",
  "devDependencies": {
    "browserify": "12.x.x",
    "codecov": "1.x.x",
    "istanbul": "^0.4.1",
    "jshint": "2.x.x",
    "jshint-stylish": "2.x.x",
    "math-power": "^1.0.0",
    "tap-spec": "4.x.x",
    "tape": "4.x.x",
    "testling": "1.x.x"
  },
  "homepage": "https://github.com/const-io/max-uint32#readme",
  "keywords": [
    "compute.io",
    "compute",
    "computation",
    "max",
    "array",
    "length",
    "uint32",
    "integer",
    "unsigned",
    "32-bit",
    "const",
    "const-io",
    "const.io",
    "constant"
  ],
  "license": "MIT",
  "main": "./lib",
  "name": "const-max-uint32",
  "repository": {
    "type": "git",
    "url": "git://github.com/const-io/max-uint32.git"
  },
  "scripts": {
    "coverage": "istanbul cover --dir ./reports/codecov/coverage --report lcovonly tape -- \"./test/*.js\" && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov",
    "test": "if [ \"${TRAVIS}\" ]; then npm run test-ci; else npm run test-local; fi",
    "test-browsers": "browserify ./test/*.js | testling | tap-spec",
    "test-ci": "npm run test-local && xvfb-run npm run test-browsers",
    "test-cov": "istanbul cover --dir ./reports/coverage --report lcov tape -- \"./test/*.js\"",
    "test-local": "tape \"./test/*.js\" | tap-spec"
  },
  "testling": {
    "files": [
      "test/*.js"
    ],
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..latest",
      "firefox/nightly",
      "chrome/4.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "1.0.2"
}