{
  "_from": "gc-stats@^1.2.1",
  "_id": "gc-stats@1.4.0",
  "_inBundle": false,
  "_integrity": "sha512-4FcCj9e8j8rCjvLkqRpGZBLgTC/xr9XEf5By3x77cDucWWB3pJK6FEwXZCTCbb4z8xdaOoi4owBNrvn3ciDdxA==",
  "_location": "/gc-stats",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "gc-stats@^1.2.1",
    "name": "gc-stats",
    "escapedName": "gc-stats",
    "rawSpec": "^1.2.1",
    "saveSpec": null,
    "fetchSpec": "^1.2.1"
  },
  "_requiredBy": [
    "/prometheus-gc-stats"
  ],
  "_resolved": "https://registry.npmjs.org/gc-stats/-/gc-stats-1.4.0.tgz",
  "_shasum": "66cd194c5a8eae1138407300bc6cb42c2f6f3cd6",
  "_spec": "gc-stats@^1.2.1",
  "_where": "/Users/premkumar/Repos/observable-js/observable-js/express/example/node_modules/prometheus-gc-stats",
  "binary": {
    "module_name": "gcstats",
    "module_path": "./build/{module_name}/v{version}/{configuration}/{node_abi}-{platform}-{arch}/",
    "remote_path": "./{module_name}/v{version}/{configuration}/",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
    "host": "https://node-binaries.s3.amazonaws.com"
  },
  "bugs": {
    "url": "https://github.com/dainis/node-gcstats/issues"
  },
  "bundleDependencies": [
    "node-pre-gyp"
  ],
  "dependencies": {
    "nan": "^2.13.2",
    "node-pre-gyp": "^0.13.0"
  },
  "deprecated": false,
  "description": "Exposes node v8 garbage collection stats",
  "devDependencies": {
    "aws-sdk": "^2.449.0",
    "mocha": "^6.1.4",
    "semver": "^5.7.0",
    "should": "^13.2.3"
  },
  "engines": {
    "node": ">=6"
  },
  "gypfile": true,
  "homepage": "https://github.com/dainis/node-gcstats#readme",
  "license": "Unlicense",
  "main": "index.js",
  "name": "gc-stats",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/dainis/node-gcstats.git"
  },
  "scripts": {
    "build": "node-pre-gyp build",
    "clean": "node-pre-gyp clean",
    "example": "node --expose-gc example.js",
    "install": "node-pre-gyp install --fallback-to-build",
    "prepublish": "npm ls",
    "pretest": "npm run build",
    "test": "mocha --expose-gc tests"
  },
  "version": "1.4.0"
}
