{
  "_from": "haye@^2.0.2",
  "_id": "haye@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-C+jeFipAuwLLmQziwQrXuHzUIihDzqoLpCpwDWYFQVCIyqi5ZvC+4YtzawPTmd1tIKo0ULf+4P0Mw8irUdXIpg==",
  "_location": "/haye",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "haye@^2.0.2",
    "name": "haye",
    "escapedName": "haye",
    "rawSpec": "^2.0.2",
    "saveSpec": null,
    "fetchSpec": "^2.0.2"
  },
  "_requiredBy": [
    "/@adonisjs/framework",
    "/@adonisjs/middleware-base"
  ],
  "_resolved": "https://registry.npmjs.org/haye/-/haye-2.0.2.tgz",
  "_shasum": "758043af17e3d5014cece82a3fc23525d4704ff3",
  "_spec": "haye@^2.0.2",
  "_where": "/home/retrocubedevs/public_html/dev/heyheymedia-web-api/node_modules/@adonisjs/framework",
  "author": {
    "name": "virk"
  },
  "browser": "dist/haye.browser.js",
  "bugs": {
    "url": "https://github.com/poppinss/haye/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {},
  "deprecated": false,
  "description": "Haye is a super fast string based expression parser for Node.js",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "benchmark": "^2.1.4",
    "coveralls": "^3.0.1",
    "cz-conventional-changelog": "^2.1.0",
    "japa": "^1.0.6",
    "japa-cli": "^1.0.1",
    "rollup": "^0.60.7",
    "rollup-plugin-babel": "^3.0.4",
    "rollup-plugin-uglify": "^4.0.0",
    "standard": "^11.0.1",
    "uglify-es": "^3.3.9"
  },
  "directories": {
    "test": "test"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/poppinss/haye#readme",
  "keywords": [
    "string-parser",
    "indicative",
    "expression"
  ],
  "license": "MIT",
  "main": "dist/haye.js",
  "module": "dist/haye.es.js",
  "name": "haye",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poppinss/haye.git"
  },
  "scripts": {
    "benchmark": "matcha benchmarks/index.js",
    "build": "rollup -c",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "standard src/**/*.js index.js test/**/*.js",
    "prepublishOnly": "npm run build",
    "pretest": "npm run lint && npm run build",
    "test": "japa"
  },
  "version": "2.0.2"
}
