{
  "_args": [
    [
      "stacky@1.3.1",
      "D:\\Pytliki\\dom"
    ]
  ],
  "_development": true,
  "_from": "stacky@1.3.1",
  "_id": "stacky@1.3.1",
  "_inBundle": false,
  "_integrity": "sha1-PxF+UYe5pz0j+HbWnwXIWxGAShI=",
  "_location": "/stacky",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5",
    "has-ansi": "2.0.0",
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stacky@1.3.1",
    "name": "stacky",
    "escapedName": "stacky",
    "rawSpec": "1.3.1",
    "saveSpec": null,
    "fetchSpec": "1.3.1"
  },
  "_requiredBy": [
    "/wct-browser-legacy"
  ],
  "_resolved": "https://registry.npmjs.org/stacky/-/stacky-1.3.1.tgz",
  "_spec": "1.3.1",
  "_where": "D:\\Pytliki\\dom",
  "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"
  },
  "files": [
    "lib/",
    "browser.js"
  ],
  "homepage": "https://github.com/PolymerLabs/stacky",
  "keywords": [
    "stack",
    "trace",
    "error",
    "stack parser",
    "trace parser"
  ],
  "license": "BSD-3-Clause",
  "main": "lib",
  "name": "stacky",
  "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"
}
