UNPKG

haye

Version:

Haye is a super fast string based expression parser for Node.js

57 lines (56 loc) 1.45 kB
{ "name": "haye", "version": "3.0.0", "description": "Haye is a super fast string based expression parser for Node.js", "main": "dist/haye.js", "module": "dist/haye.es.js", "browser": "dist/haye.browser.js", "files": [ "dist" ], "scripts": { "prepublishOnly": "npm run build", "pretest": "npm run lint && npm run build", "test": "node japaFile.js", "build": "rollup -c rollup.config.js", "lint": "standard src/**/*.js index.js test/**/*.js", "coverage": "nyc report --reporter=text-lcov | coveralls", "benchmark": "matcha benchmarks/index.js" }, "keywords": [ "string-parser", "indicative", "expression" ], "author": "virk", "license": "MIT", "dependencies": {}, "devDependencies": { "@babel/core": "^7.13.10", "@rollup/plugin-babel": "^5.3.0", "babel-preset-env": "^1.7.0", "benchmark": "^2.1.4", "coveralls": "^3.1.0", "cz-conventional-changelog": "^3.3.0", "japa": "^3.1.1", "rollup": "^2.42.2", "rollup-plugin-terser": "^7.0.2", "standard": "^16.0.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/poppinss/haye.git" }, "bugs": { "url": "https://github.com/poppinss/haye/issues" }, "homepage": "https://github.com/poppinss/haye#readme" }