{ "_args": [ [ "math-interval-parser@2.0.1", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_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": "version", "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.npmmirror.com/math-interval-parser/-/math-interval-parser-2.0.1.tgz", "_spec": "2.0.1", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Dmitry Semigradsky", "email": "semigradskyd@gmail.com", "url": "https://github.com/Semigradsky" }, "bugs": { "url": "https://github.com/Semigradsky/math-interval-parser/issues" }, "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" }