{
  "_from": "@ucast/js@^3.0.0",
  "_id": "@ucast/js@3.0.3",
  "_inBundle": false,
  "_integrity": "sha512-jBBqt57T5WagkAjqfCIIE5UYVdaXYgGkOFYv2+kjq2AVpZ2RIbwCo/TujJpDlwTVluUI+WpnRpoGU2tSGlEvFQ==",
  "_location": "/@ucast/js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@ucast/js@^3.0.0",
    "name": "@ucast/js",
    "escapedName": "@ucast%2fjs",
    "scope": "@ucast",
    "rawSpec": "^3.0.0",
    "saveSpec": null,
    "fetchSpec": "^3.0.0"
  },
  "_requiredBy": [
    "/@ucast/mongo2js"
  ],
  "_resolved": "https://registry.npmjs.org/@ucast/js/-/js-3.0.3.tgz",
  "_shasum": "6ff618a85bd95f1a8f46658cc663a1f798de327f",
  "_spec": "@ucast/js@^3.0.0",
  "_where": "/home/ghf/system/node_modules/@ucast/mongo2js",
  "author": {
    "name": "Sergii Stotskyi",
    "email": "sergiy.stotskiy@freaksidea.com"
  },
  "bugs": {
    "url": "https://github.com/stalniy/ucast/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@ucast/core": "^1.0.0"
  },
  "deprecated": false,
  "description": "git@github.com:stalniy/ucast.git",
  "devDependencies": {
    "@babel/core": "^7.10.2",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/plugin-transform-typescript": "^7.10.1",
    "@babel/preset-env": "^7.10.2",
    "@rollup/plugin-babel": "^5.0.3",
    "@rollup/plugin-commonjs": "^14.0.0",
    "@rollup/plugin-node-resolve": "^8.0.1",
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@semantic-release/github": "^7.0.7",
    "@semantic-release/npm": "^7.0.5",
    "@types/chai": "^4.2.11",
    "@types/chai-spies": "^1.0.1",
    "@types/mocha": "^7.0.2",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "chai": "^4.2.0",
    "chai-spies": "^1.0.0",
    "eslint": "^7.4.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-airbnb-typescript": "^8.0.2",
    "eslint-plugin-import": "^2.22.0",
    "mocha": "^8.0.1",
    "nyc": "^15.1.0",
    "rollup": "^2.15.0",
    "rollup-plugin-terser": "^6.1.0",
    "semantic-release": "^17.4.7",
    "ts-node": "^8.10.2",
    "typescript": "^3.9.5"
  },
  "es2015": "dist/es6m/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/es6m/index.mjs",
      "require": "./dist/es6c/index.js"
    }
  },
  "files": [
    "dist",
    "NOTICE",
    "*.d.ts"
  ],
  "homepage": "https://github.com/stalniy/ucast#readme",
  "keywords": [
    "ast",
    "interpreter",
    "conditions",
    "query",
    "builder"
  ],
  "legacy": "dist/umd/index.js",
  "license": "Apache-2.0",
  "main": "dist/es6c/index.js",
  "module": "dist/es5m/index.js",
  "name": "@ucast/js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stalniy/ucast.git"
  },
  "scripts": {
    "build": "rollup -c ../../rollup.config.js -n ucast.js -g @ucast/core:ucast.core",
    "build.types": "tsc",
    "coverage": "nyc -n src npm run test && nyc report --reporter=lcov",
    "lint": "eslint --ext .js,.ts src/ spec/",
    "prebuild": "rm -rf dist/* && npm run build.types",
    "prerelease": "npm run lint && npm test && NODE_ENV=production npm run build",
    "release": "semantic-release -e ../../semantic-release.js",
    "test": "mocha -r ts-node/register spec/*"
  },
  "sideEffects": false,
  "typings": "dist/types/index.d.ts",
  "version": "3.0.3"
}
