package.json 1.74 KB
{
  "_args": [
    [
      "mocha-jsdom@2.0.0",
      "C:\\Users\\user\\Desktop\\Singer-Composer"
    ]
  ],
  "_development": true,
  "_from": "mocha-jsdom@2.0.0",
  "_id": "mocha-jsdom@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-+3D++FPXHXEesbBD7Q/r4dkc3XzVFMPLJVIECaQ685dj9qKQYzliqX8IXyIUbUL4x1QfgD9h8Zao8cn03NKKEA==",
  "_location": "/mocha-jsdom",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "mocha-jsdom@2.0.0",
    "name": "mocha-jsdom",
    "escapedName": "mocha-jsdom",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/mocha-jsdom/-/mocha-jsdom-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "C:\\Users\\user\\Desktop\\Singer-Composer",
  "author": {
    "name": "Rico Sta. Cruz",
    "email": "rico@ricostacruz.com"
  },
  "browser": "browser.js",
  "bugs": {
    "url": "https://github.com/rstacruz/mocha-jsdom/issues"
  },
  "dependencies": {
    "jsdom": "^11.11.0"
  },
  "description": "Simple integration of jsdom into mocha tests",
  "devDependencies": {
    "chai": "4.1.2",
    "istanbul": "0.4.5",
    "jquery": "3.3.1",
    "mocha": "5.2.0",
    "mocha-standard": "1.0.0",
    "standard": "11.0.1"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/rstacruz/mocha-jsdom#readme",
  "keywords": [
    "jsdom",
    "mocha"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "mocha-jsdom",
  "peerDependencies": {
    "mocha": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rstacruz/mocha-jsdom.git"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha -- -R spec",
    "test": "mocha"
  },
  "version": "2.0.0"
}