UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

65 lines 1.87 kB
{ "name": "@types/eslint", "version": "8.4.1", "description": "TypeScript definitions for eslint", "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint", "license": "MIT", "contributors": [ { "name": "Pierre-Marie Dartus", "url": "https://github.com/pmdartus", "githubUsername": "pmdartus" }, { "name": "Jed Fox", "url": "https://github.com/j-f1", "githubUsername": "j-f1" }, { "name": "Saad Quadri", "url": "https://github.com/saadq", "githubUsername": "saadq" }, { "name": "Jason Kwok", "url": "https://github.com/JasonHK", "githubUsername": "JasonHK" }, { "name": "Brad Zacher", "url": "https://github.com/bradzacher", "githubUsername": "bradzacher" }, { "name": "JounQin", "url": "https://github.com/JounQin", "githubUsername": "JounQin" } ], "main": "", "types": "index.d.ts", "repository": { "type": "git", "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", "directory": "types/eslint" }, "scripts": {}, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" }, "typesPublisherContentHash": "90cb9cf20ae7859ce7f641c07d2d274a142d14ed7b4824a89b6abc48c961d03f", "typeScriptVersion": "3.8", "exports": { ".": { "types": "./index.d.ts" }, "./use-at-your-own-risk": { "types": "./use-at-your-own-risk.d.ts" }, "./rules": { "types": "./rules/index.d.ts" }, "./package.json": "./package.json" } }