{
  "_from": "jasmine-core@~3.5.0",
  "_id": "jasmine-core@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-nCeAiw37MIMA9w9IXso7bRaLl+c/ef3wnxsoSAlYrzS+Ot0zTG6nU8G/cIfGkqpkjX2wNaIW9RFG0TwIFnG6bA==",
  "_location": "/jasmine-core",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jasmine-core@~3.5.0",
    "name": "jasmine-core",
    "escapedName": "jasmine-core",
    "rawSpec": "~3.5.0",
    "saveSpec": null,
    "fetchSpec": "~3.5.0"
  },
  "_requiredBy": [
    "/jasmine"
  ],
  "_resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.5.0.tgz",
  "_shasum": "132c23e645af96d85c8bca13c8758b18429fc1e4",
  "_spec": "jasmine-core@~3.5.0",
  "_where": "C:\\Projects\\prtfy\\my-component\\node_modules\\jasmine",
  "bugs": {
    "url": "https://github.com/jasmine/jasmine/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Official packaging of Jasmine's core files for use by Node.js projects.",
  "devDependencies": {
    "acorn": "^6.0.0",
    "ejs": "^2.5.5",
    "eslint": "^5.16.0",
    "express": "^4.16.4",
    "fast-glob": "^2.2.6",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-compress": "^1.3.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-css-url-embed": "^1.11.1",
    "grunt-sass": "^3.0.2",
    "jasmine": "^3.4.0",
    "jasmine-browser-runner": "0.3.0",
    "jsdom": "^15.0.0",
    "load-grunt-tasks": "^4.0.0",
    "node-sass": "^4.11.0",
    "prettier": "1.17.1",
    "selenium-webdriver": "^3.6.0",
    "shelljs": "^0.8.3",
    "temp": "^0.9.0"
  },
  "eslintConfig": {
    "rules": {
      "quotes": [
        "error",
        "single",
        {
          "avoidEscape": true
        }
      ],
      "no-unused-vars": [
        "error",
        {
          "args": "none"
        }
      ],
      "block-spacing": "error",
      "comma-dangle": [
        "error",
        "never"
      ],
      "func-call-spacing": [
        "error",
        "never"
      ],
      "key-spacing": "error",
      "no-tabs": "error",
      "no-trailing-spaces": "error",
      "no-whitespace-before-property": "error",
      "semi": [
        "error",
        "always"
      ],
      "space-before-blocks": "error"
    }
  },
  "homepage": "https://jasmine.github.io",
  "keywords": [
    "test",
    "jasmine",
    "tdd",
    "bdd"
  ],
  "license": "MIT",
  "main": "./lib/jasmine-core.js",
  "name": "jasmine-core",
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jasmine/jasmine.git"
  },
  "scripts": {
    "build": "grunt buildDistribution",
    "ci": "node spec/support/ci.js",
    "ci:performance": "node spec/support/ci.js jasmine-browser-performance.json",
    "cleanup": "prettier --write src/**/*.js spec/**/*.js",
    "posttest": "eslint src/**/*.js spec/**/*.js && prettier --check src/**/*.js spec/**/*.js",
    "serve": "node spec/support/localJasmineBrowser.js",
    "serve:performance": "node spec/support/localJasmineBrowser.js jasmine-browser-performance.json",
    "test": "grunt --stack execSpecsInNode"
  },
  "version": "3.5.0"
}
