{
  "_from": "@chevrotain/utils@10.5.0",
  "_id": "@chevrotain/utils@10.5.0",
  "_inBundle": false,
  "_integrity": "sha512-hBzuU5+JjB2cqNZyszkDHZgOSrUUT8V3dhgRl8Q9Gp6dAj/H5+KILGjbhDpc3Iy9qmqlm/akuOI2ut9VUtzJxQ==",
  "_location": "/@chevrotain/utils",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@chevrotain/utils@10.5.0",
    "name": "@chevrotain/utils",
    "escapedName": "@chevrotain%2futils",
    "scope": "@chevrotain",
    "rawSpec": "10.5.0",
    "saveSpec": null,
    "fetchSpec": "10.5.0"
  },
  "_requiredBy": [
    "/chevrotain"
  ],
  "_resolved": "https://registry.npmjs.org/@chevrotain/utils/-/utils-10.5.0.tgz",
  "_shasum": "0ee36f65b49b447fbac71b9e5af5c5c6c98ac057",
  "_spec": "@chevrotain/utils@10.5.0",
  "_where": "/var/www/html/node_modules/chevrotain",
  "author": {
    "name": "Shahar Soel"
  },
  "bugs": {
    "url": "https://github.com/Chevrotain/chevrotain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "common utilities",
  "files": [
    "src/**/*.ts",
    "lib/src/**/*.js",
    "lib/src/**/*.d.ts",
    "lib/src/**/*.js.map",
    "README.md",
    "LICENSE.TXT"
  ],
  "gitHead": "f5fdf95b8da570c702753252b0a3f7aa34d64f3b",
  "homepage": "https://github.com/Chevrotain/chevrotain#readme",
  "keywords": [],
  "license": "Apache-2.0",
  "main": "lib/src/api.js",
  "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": "nyc mocha",
    "test": "npm-run-all coverage"
  },
  "typings": "lib/src/api.d.ts",
  "version": "10.5.0"
}
