{
  "_args": [
    [
      "@uirouter/core@6.0.7",
      "/var/www/peopleship.me/projekat_1"
    ]
  ],
  "_from": "@uirouter/core@6.0.7",
  "_id": "@uirouter/core@6.0.7",
  "_inBundle": false,
  "_integrity": "sha512-KUTJxL+6q0PiBnFx4/Z+Hsyg0pSGiaW5yZQeJmUxknecjpTbnXkLU8H2EqRn9N2B+qDRa7Jg8RcgeNDPY72O1w==",
  "_location": "/@uirouter/core",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@uirouter/core@6.0.7",
    "name": "@uirouter/core",
    "escapedName": "@uirouter%2fcore",
    "scope": "@uirouter",
    "rawSpec": "6.0.7",
    "saveSpec": null,
    "fetchSpec": "6.0.7"
  },
  "_requiredBy": [
    "/@uirouter/angularjs"
  ],
  "_resolved": "https://registry.npmjs.org/@uirouter/core/-/core-6.0.7.tgz",
  "_spec": "6.0.7",
  "_where": "/var/www/peopleship.me/projekat_1",
  "bugs": {
    "url": "https://github.com/ui-router/core/issues"
  },
  "contributors": [
    {
      "name": "Nate Abele",
      "email": "nate@radify.io",
      "url": "https://radify.io"
    },
    {
      "name": "Chris Thielen",
      "url": "https://github.com/christopherthielen"
    },
    {
      "name": "Tim Kindberg",
      "url": "https://github.com/timkindberg"
    },
    {
      "name": "Karsten Sperling",
      "url": "https://github.com/ksperling"
    }
  ],
  "description": "UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps",
  "devDependencies": {
    "@types/jasmine": "^3.3.13",
    "@types/jquery": "^3.3.36",
    "@uirouter/publish-scripts": "^2.5.3",
    "bufferutil": "4.0.1",
    "dts-downlevel": "^0.4.0",
    "fork-ts-checker-webpack-plugin": "^4.1.3",
    "husky": "^4.2.5",
    "jasmine-core": "^3.3.0",
    "karma": "^5.0.4",
    "karma-chrome-launcher": "^3.1.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-jasmine": "^4.0.1",
    "karma-script-launcher": "^1.0.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.2",
    "prettier": "^2.0.5",
    "pretty-quick": "^3.1.0",
    "rollup": "1.32.1",
    "rollup-plugin-node-resolve": "^5.0.2",
    "rollup-plugin-sourcemaps": "^0.6.1",
    "rollup-plugin-uglify": "^6.0.0",
    "ts-loader": "^7.0.2",
    "tslint": "5.20.1",
    "tslint-eslint-rules": "^5.3.1",
    "typescript": "~3.9",
    "utf-8-validate": "5.0.2",
    "webpack": "^4.34.0"
  },
  "docgen": {
    "publishDir": "_core_docs",
    "include": [],
    "navigation": {
      "": [
        "UIRouter"
      ],
      "Services": [
        "StateService",
        "StateRegistry",
        "TransitionService",
        "UrlService",
        "UrlConfig",
        "UrlRules"
      ],
      "Other": [
        "Transition",
        "Trace"
      ]
    }
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://ui-router.github.io",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "jsnext:main": "lib-esm/index.js",
  "license": "MIT",
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "UIRouter Team",
      "url": "https://github.com/ui-router?tab=members"
    }
  ],
  "module": "lib-esm/index.js",
  "name": "@uirouter/core",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ui-router/core.git"
  },
  "resolutions": {
    "chokidar": "3.3.1"
  },
  "scripts": {
    "build": "run-s compile fixdts bundle fixmaps:*",
    "bundle": "rollup -c && rollup -c --environment MINIFY",
    "changelog": "show_changelog",
    "clean": "shx rm -rf lib lib-esm _bundles .cache _doc",
    "compile": "npm run clean && tsc && tsc -m es6 --outDir lib-esm && shx cp src/*.json lib",
    "debug": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1 --browsers=ChromeCanary",
    "docs": "generate_docs",
    "docs:publish": "generate_docs && publish_docs",
    "fixdts": "dts-downlevel --semver '>=2.2.0' 'lib/**/*.d.ts' 'lib-esm/**/*.d.ts'",
    "fixmaps:bundle": "tweak_sourcemap_paths -a --include '_bundles/**/*.js.map'",
    "fixmaps:lib": "tweak_sourcemap_paths -a --include 'lib/**/*.js.map' 'lib-esm/**/*.js.map'",
    "prepublishOnly": "npm run build",
    "release": "release",
    "test": "karma start",
    "test:downstream": "test_downstream_projects",
    "watch": "run-p watch:*",
    "watch:buildesm": "tsc -w -m es6 --outDir lib-esm",
    "watch:buildjs": "tsc -w",
    "watch:dts-downlevel": "npm run fixdts",
    "watch:test": "karma start --singleRun=false --autoWatch=true --autoWatchInterval=1"
  },
  "typings": "lib/index.d.ts",
  "version": "6.0.7"
}
