123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "cephes",
- "description": "Implementation of special functions and distributions mathematical functions from the cephes library.",
- "repository": "nearform/node-cephes",
- "version": "1.2.0",
- "main": "index.js",
- "scripts": {
- "test": "tap test/*.test.js"
- },
- "dependencies": {},
- "devDependencies": {
- "@babel/core": "^7.1.0",
- "@babel/plugin-transform-runtime": "^7.1.0",
- "@babel/preset-env": "^7.1.0",
- "@babel/runtime": "^7.0.0",
- "almost-equal": "^1.1.0",
- "babelify": "^10.0.0",
- "d3-array": "^1.2.4",
- "d3-axis": "^1.0.12",
- "d3-scale": "^2.1.2",
- "d3-scale-chromatic": "^1.3.3",
- "d3-selection": "^1.3.2",
- "d3-shape": "^1.2.2",
- "pumpify": "^1.5.1",
- "split2": "^3.0.0",
- "tap": "^12.0.1",
- "xorshift": "^1.1.1"
- },
- "browser": {
- "./cephes.js": "./cephes-browser.js"
- },
- "license": "BSD-3-Clause"
- }
|