{
  "_from": "moo@^0.5.0",
  "_id": "moo@0.5.1",
  "_inBundle": false,
  "_integrity": "sha512-I1mnb5xn4fO80BH9BLcF0yLypy2UKl+Cb01Fu0hJRkJjlCRtxZMWkTdAtDd5ZqCOxtCkhmRwyI57vWT+1iZ67w==",
  "_location": "/moo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "moo@^0.5.0",
    "name": "moo",
    "escapedName": "moo",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/nearley"
  ],
  "_resolved": "https://registry.npmjs.org/moo/-/moo-0.5.1.tgz",
  "_shasum": "7aae7f384b9b09f620b6abf6f74ebbcd1b65dbc4",
  "_spec": "moo@^0.5.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/nearley",
  "author": {
    "name": "Tim Radvan",
    "email": "tim@tjvr.org"
  },
  "bugs": {
    "url": "https://github.com/tjvr/moo/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Nathan"
    }
  ],
  "deprecated": false,
  "description": "Optimised tokenizer/lexer generator! 🐄 Much performance. Moo!",
  "devDependencies": {
    "benchr": "^3.2.0",
    "chevrotain": "4.2.0",
    "jest": "24.7.1",
    "lex": "^1.7.9",
    "lexing": "^0.8.0",
    "remix": "^0.1.4",
    "tokenizer2": "^2.0.0"
  },
  "files": [
    "moo.js"
  ],
  "homepage": "https://github.com/tjvr/moo#readme",
  "license": "BSD-3-Clause",
  "main": "moo.js",
  "name": "moo",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tjvr/moo.git"
  },
  "scripts": {
    "benchmark": "benchr test/benchmark.js",
    "moo": "echo 'Mooooo!'",
    "test": "jest ."
  },
  "version": "0.5.1"
}
