{
  "_args": [
    [
      "chrome-trace-event@^1.0.0",
      "/var/www/html/isbn/resources/angular-app/node_modules/webpack"
    ]
  ],
  "_from": "chrome-trace-event@>=1.0.0 <2.0.0",
  "_hasShrinkwrap": false,
  "_id": "chrome-trace-event@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/chrome-trace-event",
  "_nodeVersion": "8.11.3",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/chrome-trace-event_1.0.2_1558917084856_0.3222532304818704"
  },
  "_npmUser": {
    "email": "sam@samx.it",
    "name": "samccone"
  },
  "_npmVersion": "6.9.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "chrome-trace-event",
    "raw": "chrome-trace-event@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/webpack"
  ],
  "_resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
  "_shasum": "234090ee97c7d4ad1a2c4beae27505deffc608a4",
  "_shrinkwrap": null,
  "_spec": "chrome-trace-event@^1.0.0",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/webpack",
  "author": {
    "name": "Trent Mick, Sam Saccone"
  },
  "dependencies": {
    "tslib": "^1.9.0"
  },
  "description": "A library to create a trace of your node app per Google's Trace Event format.",
  "devDependencies": {
    "@types/node": "^9.6.5",
    "prettier": "^1.12.1",
    "tape": "4.8.0",
    "typescript": "^2.8.1"
  },
  "directories": {},
  "dist": {
    "fileCount": 10,
    "integrity": "sha512-9e/zx1jw7B4CO+c/RXoCsfg/x1AfUBioy4owYH0bJprEYAx5hRFLRhWBqHAG57D0ZM4H7vxbP7bPe0VwhQRYDQ==",
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc6y/dCRA9TVsSAnZWagAAwmAP/jUDajA6JvTThHhK7Vex\nzz++My1tC0GAIBlbyirVqPPzHF5N4a94qEOWlHIKA26ZqQbHvOdKqqKIqiSD\neoPl8sEly8Pb64Xfhx1wZtfHLTHckHbOmqjAMSanWWcF/IkJCDXhGFX5UYVK\nErrKBc2lGjQbm4zhoXs0lY93nlH8HKmtJQwYkJne2UCsGA1Ci+Fg6E7SR3RH\n53u81StBOqyw2WvuYbDQ3mpKGftxxN1sSjHPHHj3DSKvjzIbCNcVUMT4/rq9\n01l4tA0/RbZlVycXp2YnHGLYQZhHQtfgzabKzT8DbpMqfP31HChsm/g5wPXJ\nlKQq2EG4qHtEkj7u6Ggf77Z0zonk/2bDeGRZZfRvKkYD9tWEjkhdgyTkMhks\nrwgghOZbGhKn84s70s2aqCS38F/BEIp4znm4B9k+CZpGocZWHsTAvZjxHtcj\nvS4DhEi0R0pOpsZFKXGBUa1EHo9cCmj477bbJCnmLybOK9DWxgMxRwRaaRV8\ndJfvXzysls3CiMMpiv6F9WtOvBTiswsTOLQxQhX+KS1c20GW0z13MYXR/jCA\naX4Cjm+5uGeI1yiS4dZpL8g0bbACI4tCabSbZiCDNt3XeO+lU9/qMVoSiE/I\nnqZ/Bovqs7rBzgB5bdW7DPN8EpalwYOc9Sl62Tyyq30Z19EtAiCu1ABEhlyT\n2vJ5\r\n=inZ6\r\n-----END PGP SIGNATURE-----\r\n",
    "shasum": "234090ee97c7d4ad1a2c4beae27505deffc608a4",
    "tarball": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.2.tgz",
    "unpackedSize": 16910
  },
  "engines": {
    "node": ">=6.0"
  },
  "gitHead": "d45bc8af3b5c53a3adfa2c5fc107b4fae054f579",
  "keywords": [
    "event",
    "google",
    "trace",
    "trace-event",
    "trace-viewer"
  ],
  "license": "MIT",
  "main": "./dist/trace-event.js",
  "maintainers": [
    {
      "name": "samccone",
      "email": "sam@samx.it"
    },
    {
      "name": "susielu",
      "email": "lulnlul@gmail.com"
    }
  ],
  "name": "chrome-trace-event",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "github.com:samccone/chrome-trace-event"
  },
  "scripts": {
    "build": "tsc",
    "check_format": "prettier -l lib/** test/** examples/**",
    "test": "tape test/*.test.js"
  },
  "typings": "./dist/trace-event.d.ts",
  "version": "1.0.2"
}
