{
  "_args": [
    [
      "extract-math@1.0.5",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_from": "extract-math@1.0.5",
  "_id": "extract-math@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-uilrQFjtc2ghQDwax4FqKpsgUsyeD4591fKEYxAAa7NAWKqg00qvXDpiDJzG3Ae2zvDuYIE9wNJcFEG3tgNQ6g==",
  "_location": "/extract-math",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extract-math@1.0.5",
    "name": "extract-math",
    "escapedName": "extract-math",
    "rawSpec": "1.0.5",
    "saveSpec": null,
    "fetchSpec": "1.0.5"
  },
  "_requiredBy": [
    "/ng-katex"
  ],
  "_resolved": "https://registry.npmjs.org/extract-math/-/extract-math-1.0.5.tgz",
  "_spec": "1.0.5",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Valentin Berlier",
    "email": "berlier.v@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/vberlier/extract-math/issues"
  },
  "description": "Extract TeX math environments",
  "devDependencies": {
    "@types/jest": "^24.0.11",
    "jest": "^24.5.0",
    "rimraf": "^3.0.0",
    "ts-jest": "^24.0.0",
    "tslint": "^5.14.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^3.3.4000"
  },
  "files": [
    "lib/**/*",
    "src/**/*"
  ],
  "homepage": "https://github.com/vberlier/extract-math#readme",
  "keywords": [
    "latex",
    "katex",
    "tex",
    "math"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "extract-math",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vberlier/extract-math.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib",
    "dev": "tsc --watch",
    "lint": "tslint --project tsconfig.lint.json",
    "postversion": "git push --follow-tags",
    "prepare": "npm run clean && npm run build",
    "test": "jest"
  },
  "version": "1.0.5"
}
