{
  "_from": "@chevrotain/utils@12.0.0",
  "_id": "@chevrotain/utils@12.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lB59uJoaGIfOOL9knQqQRfhl9g7x8/wqFkp13zTdkRu1huG9kg6IJs1O8hqj9rs6h7orGxHJUKb+mX3rPbWGhA==",
  "_location": "/@chevrotain/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/utils@12.0.0",
    "name": "@chevrotain/utils",
    "escapedName": "@chevrotain%2futils",
    "scope": "@chevrotain",
    "rawSpec": "12.0.0",
    "saveSpec": null,
    "fetchSpec": "12.0.0"
  },
  "_requiredBy": [
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-12.0.0.tgz",
  "_shasum": "9aab2055df43d0bb55919eaca76a9cda45e52b89",
  "_spec": "@chevrotain/utils@12.0.0",
  "_where": "C:\\wamp64\\www\\utc\\app\\node_modules\\chevrotain",
  "author": {
    "name": "Shahar Soel"
  },
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "common utilities",
  "exports": {
    ".": {
      "import": "./lib/src/api.js",
      "types": "./lib/src/api.d.ts"
    }
  },
  "files": [
    "lib/src/**/*.js",
    "lib/src/**/*.map",
    "lib/src/**/*.d.ts",
    "src/**/*.ts"
  ],
  "gitHead": "d3b4d05d5dd53d53d27175119bc7c9ed8056e3d5",
  "homepage": "https://github.com/Chevrotain/chevrotain#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "name": "@chevrotain/utils",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chevrotain/chevrotain.git"
  },
  "scripts": {
    "---------- BUILD STEPS --------": "",
    "---------- CI FLOWS --------": "",
    "build": "npm-run-all clean compile",
    "ci": "npm-run-all build test",
    "clean": "shx rm -rf lib coverage",
    "compile": "tsc",
    "compile:watch": "tsc -w",
    "coverage": "c8 mocha --enable-source-maps",
    "test": "npm-run-all coverage"
  },
  "type": "module",
  "types": "./lib/src/api.d.ts",
  "version": "12.0.0"
}
