{
  "name": "@lhncbc/ucum-lhc",
  "version": "7.1.9",
  "description": "Implements Unified Code for Units of Measure (UCUM) functions in a javascript library",
  "main": "source-cjs/ucumPkg.js",
  "homepage": "https://lhncbc.github.io/ucum-lhc/",
  "directories": {
    "test": "test"
  },
  "files": [
    "browser-dist/ucum-lhc.min.*",
    "source-cjs/*",
    "source/*",
    "data/ucumDefs.min.json"
  ],
  "dependencies": {
    "coffeescript": "^2.7.0",
    "csv-parse": "^4.4.6",
    "csv-stringify": "^1.0.4",
    "escape-html": "^1.0.3",
    "is-integer": "^1.0.6",
    "jsonfile": "^2.2.3",
    "stream-transform": "^0.1.1",
    "string-to-stream": "^1.1.0",
    "xmldoc": "^0.4.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-modules-commonjs": "^7.8.3",
    "@babel/preset-env": "^7.6.2",
    "@babel/register": "^7.6.2",
    "babel-loader": "^8.0.6",
    "bower": "^1.8.8",
    "fast-xml-parser": "^5.5.2",
    "grunt": "^1.5.3",
    "grunt-babel": "^8.0.0",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-mocha-test": "^0.13.2",
    "jit-grunt": "^0.10.0",
    "mocha": "^11.7.5",
    "path": "^0.12.7",
    "semver": "^5.5.1",
    "time-grunt": "^1.4.0",
    "webpack": "^5.20.2",
    "webpack-cli": "^5.0.1"
  },
  "scripts": {
    "build": "grunt build",
    "test": "grunt test",
    "scan": "rm source.zip; zip -r source source"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lhncbc/ucum-lhc"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
