File: /var/www/zaklada/html/node_modules/jasmine-pit/package.json
{
  "_args": [
    [
      "jasmine-pit@2.0.2",
      "C:\\wamp\\www\\tokic-shop\\html"
    ]
  ],
  "_development": true,
  "_from": "jasmine-pit@2.0.2",
  "_id": "jasmine-pit@2.0.2",
  "_inBundle": false,
  "_integrity": "sha1-dVccsb+swK51DWlIrUWNkbqA5ZY=",
  "_location": "/jasmine-pit",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jasmine-pit@2.0.2",
    "name": "jasmine-pit",
    "escapedName": "jasmine-pit",
    "rawSpec": "2.0.2",
    "saveSpec": null,
    "fetchSpec": "2.0.2"
  },
  "_requiredBy": [
    "/jest-cli"
  ],
  "_resolved": "https://registry.npmjs.org/jasmine-pit/-/jasmine-pit-2.0.2.tgz",
  "_spec": "2.0.2",
  "_where": "C:\\wamp\\www\\tokic-shop\\html",
  "author": {
    "name": "Jeff Morrison",
    "email": "jeff@anafx.com"
  },
  "bugs": {
    "url": "https://github.com/jeffmo/jasmine-pit/issues"
  },
  "description": "Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert expect()s (or propogate errors).",
  "homepage": "https://github.com/jeffmo/jasmine-pit",
  "keywords": [
    "testing promises jasmine pit jasmine-pit promise error"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jasmine-pit",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jeffmo/jasmine-pit.git"
  },
  "version": "2.0.2"
}