%PDF- %PDF-
| Direktori : /home/opti/workflow/node_modules/math-interval-parser/ |
| Current File : /home/opti/workflow/node_modules/math-interval-parser/package.json |
{
"_from": "math-interval-parser@^2.0.1",
"_id": "math-interval-parser@2.0.1",
"_inBundle": false,
"_integrity": "sha512-VmlAmb0UJwlvMyx8iPhXUDnVW1F9IrGEd9CIOmv+XL8AErCUUuozoDMrgImvnYt2A+53qVX/tPW6YJurMKYsvA==",
"_location": "/math-interval-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "math-interval-parser@^2.0.1",
"name": "math-interval-parser",
"escapedName": "math-interval-parser",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/i18n"
],
"_resolved": "https://registry.npmjs.org/math-interval-parser/-/math-interval-parser-2.0.1.tgz",
"_shasum": "e22cd6d15a0a7f4c03aec560db76513da615bed4",
"_spec": "math-interval-parser@^2.0.1",
"_where": "/home/opti/workflow/node_modules/i18n",
"author": {
"name": "Dmitry Semigradsky",
"email": "semigradskyd@gmail.com",
"url": "https://github.com/Semigradsky"
},
"bugs": {
"url": "https://github.com/Semigradsky/math-interval-parser/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Parse math interval",
"devDependencies": {
"coveralls": "^3.0.2",
"dts-bundle": "~0.7",
"istanbul": "^0.3.13",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"tslint": "^5.11.0",
"typescript": "2.*"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/Semigradsky/math-interval-parser#readme",
"keywords": [
"mathematics",
"interval",
"math",
"parse",
"parsing"
],
"license": "MIT",
"main": "lib/index.js",
"name": "math-interval-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/Semigradsky/math-interval-parser.git"
},
"scripts": {
"build": "tsc && node dts-bundle.js",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"init": "npm i",
"lint": "tslint src/index.ts",
"test": "mocha --reporter spec"
},
"typescript": {
"definition": "lib/math-interval-parser.d.ts"
},
"version": "2.0.1"
}