{
  "_from": "@formio/semantic@^2.4.2",
  "_id": "@formio/semantic@2.4.5",
  "_inBundle": false,
  "_integrity": "sha512-azkpbc5HjjLFlXWEQxFfyVM/jpb3+4tqZX/MylePE4QYNZ9Oo4GoYSAhIyyP/u/JmcPgchldtP2jsbmP67cG6w==",
  "_location": "/@formio/semantic",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@formio/semantic@^2.4.2",
    "name": "@formio/semantic",
    "escapedName": "@formio%2fsemantic",
    "scope": "@formio",
    "rawSpec": "^2.4.2",
    "saveSpec": null,
    "fetchSpec": "^2.4.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@formio/semantic/-/semantic-2.4.5.tgz",
  "_shasum": "ec34b339f76b9dbeb8593bec470b2e18010391ce",
  "_spec": "@formio/semantic@^2.4.2",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs",
  "author": {
    "name": "randall@form.io"
  },
  "bugs": {
    "url": "https://github.com/formio/semantic/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Semantic UI templates for form.io forms.",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/ejs": "^3.0.1",
    "@types/mocha": "^8.0.1",
    "@types/node": "^14.0.27",
    "@types/sinon": "^9.0.4",
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^2.0.0",
    "gulp-template": "^5.0.0",
    "mocha": "^8.1.0",
    "nyc": "^15.0.0",
    "pre-commit": "^1.2.2",
    "sinon": "^9.0.1",
    "ts-node": "^8.6.2",
    "ts-sinon": "^1.0.25",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "homepage": "https://github.com/formio/semantic#readme",
  "keywords": [
    "Semantic",
    "UI",
    "form.io",
    "forms"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@formio/semantic",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/semantic.git"
  },
  "scripts": {
    "build": "tsc && gulp templates && webpack",
    "lint": "tslint -p .",
    "prepublish": "npm run build",
    "test": "mocha --require ts-node/register --reporter spec './{,!(node_modules)/**/}*.spec.ts'",
    "test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
    "watch": "tsc -w"
  },
  "version": "2.4.5"
}
