{
  "_args": [
    [
      {
        "name": "stacky",
        "raw": "stacky@^1.3.1",
        "rawSpec": "^1.3.1",
        "scope": null,
        "spec": ">=1.3.1 <2.0.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester"
    ]
  ],
  "_from": "stacky@>=1.3.1 <2.0.0",
  "_id": "stacky@1.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/stacky",
  "_nodeVersion": "4.2.2",
  "_npmUser": {
    "email": "dfreedm2@gmail.com",
    "name": "azakus"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "stacky",
    "raw": "stacky@^1.3.1",
    "rawSpec": "^1.3.1",
    "scope": null,
    "spec": ">=1.3.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/web-component-tester"
  ],
  "_resolved": "https://registry.npmjs.org/stacky/-/stacky-1.3.1.tgz",
  "_shasum": "3f117e5187b9a73d23f876d69f05c85b11804a12",
  "_shrinkwrap": null,
  "_spec": "stacky@^1.3.1",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\web-component-tester",
  "author": {
    "name": "The Polymer Authors"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/PolymerLabs/stacky/issues"
  },
  "dependencies": {
    "chalk": "^1.1.1",
    "lodash": "^3.0.0"
  },
  "description": "Stacky parses stack traces from various sources, and formats them in readable ways.",
  "devDependencies": {
    "browserify": "^12.0.1",
    "chai": "^3.4.1",
    "event-stream": "^3.1.7",
    "gulp": "^3.8.7",
    "gulp-coverage": "^0.3.38",
    "gulp-coveralls": "^0.1.2",
    "gulp-jshint": "^1.8.4",
    "gulp-mocha": "^2.2.0",
    "gulp-notify": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-watch": "^4.3.5",
    "jshint-stylish": "^2.1.0",
    "lazypipe": "^1.0.1",
    "mocha": "^2.3.4"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "3f117e5187b9a73d23f876d69f05c85b11804a12",
    "tarball": "https://registry.npmjs.org/stacky/-/stacky-1.3.1.tgz"
  },
  "files": [
    "lib/",
    "browser.js"
  ],
  "gitHead": "d7c3e60ccc4a75d7b2f7cad56181224f77531f57",
  "homepage": "https://github.com/PolymerLabs/stacky",
  "keywords": [
    "stack",
    "trace",
    "error",
    "stack parser",
    "trace parser"
  ],
  "license": "BSD-3-Clause",
  "main": "lib",
  "maintainers": [
    {
      "email": "ian@nevir.net",
      "name": "nevir"
    },
    {
      "email": "admin@polymer-project.org",
      "name": "polymer"
    },
    {
      "email": "dfreedm2@gmail.com",
      "name": "azakus"
    },
    {
      "email": "ajo@google.com",
      "name": "garlicnation"
    }
  ],
  "name": "stacky",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PolymerLabs/stacky.git"
  },
  "scripts": {
    "build": "browserify --exclude chalk --standalone Stacky lib/index.js -o browser.js",
    "test": "gulp test"
  },
  "version": "1.3.1"
}
