{
  "_from": "intro.js@^3.2.1",
  "_id": "intro.js@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-empgAlW/vlIEAZWw19rLMR+1J75sw6bvjqrQd9fhgXJnV/ds0bzASil3k5fCWSJeVBKXFbLlWJ3nvtimDmTIFw==",
  "_location": "/intro.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "intro.js@^3.2.1",
    "name": "intro.js",
    "escapedName": "intro.js",
    "rawSpec": "^3.2.1",
    "saveSpec": null,
    "fetchSpec": "^3.2.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/intro.js/-/intro.js-3.2.1.tgz",
  "_shasum": "fb13f03c13d54aab8485d538a719fe4af0b7bf36",
  "_spec": "intro.js@^3.2.1",
  "_where": "C:\\workspace\\Dashboardpack\\architectui-html-pro",
  "author": {
    "name": "Afshin Mehrabani",
    "email": "afshin.meh@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/usablica/intro.js/issues"
  },
  "bundleDependencies": false,
  "changelog": {
    "labels": {
      "new feature": ":rocket: New Feature",
      "breaking": ":boom: Breaking Change",
      "bug fix": ":bug: Bug Fix",
      "polish": ":nail_care: Polish",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal",
      "performance": ":running_woman: Performance"
    },
    "cacheDir": ".changelog"
  },
  "deprecated": false,
  "description": "Lightweight, user-friendly onboarding tour library",
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@rollup/plugin-json": "^4.1.0",
    "autoprefixer": "^9.0.0",
    "babel-jest": "^26.6.3",
    "core-js": "^3.6.5",
    "eslint": "^7.13.0",
    "jest": "^26.6.3",
    "jshint": "^2.12.0",
    "lerna-changelog": "^1.0.1",
    "minify": "^6.0.0",
    "node-sass": "^4.14.1",
    "postcss": "^8.1.1",
    "postcss-clean": "^1.1.0",
    "postcss-normalize": "^8.0.1",
    "prettier": "2.2.1",
    "rollup": "^1.32.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-eslint": "^7.0.0",
    "rollup-plugin-filesize": "^9.1.0",
    "rollup-plugin-multi-entry": "^2.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^3.1.8",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-terser": "^5.3.1",
    "rollup-plugin-uglify": "^6.0.4"
  },
  "engine": [
    "node >=0.1.90"
  ],
  "files": [
    "*.js",
    "*.css",
    "themes/*",
    "minified/*"
  ],
  "homepage": "https://introjs.com",
  "keywords": [
    "onboarding",
    "tour",
    "introjs",
    "intro",
    "guide",
    "walkthrough"
  ],
  "license": "AGPL-3.0",
  "main": "intro.js",
  "name": "intro.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/usablica/intro.js.git"
  },
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "prettier": "prettier --write 'src/**/*'",
    "release": "./bin/release.sh || true",
    "test": "npm run test:jest && npm run test:jshint",
    "test:jest": "jest ./tests --verbose",
    "test:jshint": "jshint ./src --verbose && jshint ./tests --verbose",
    "test:watch": "jest ./tests --verbose --watch"
  },
  "version": "3.2.1"
}
