UNPKG

compute-erfc

Version:

Complementary error function.

80 lines (79 loc) 2.07 kB
{ "name": "compute-erfc", "version": "3.0.1", "description": "Complementary error function.", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" }, { "name": "Philipp Burckhardt", "email": "pburckhardt@outlook.com" } ], "scripts": { "test": "./node_modules/.bin/mocha", "test-cov": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec", "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coveralls/coverage --report lcovonly -- -R spec && cat ./reports/coveralls/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./reports/coveralls" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/compute-io/erfc.git" }, "keywords": [ "compute.io", "compute", "computation", "statistics", "stats", "error function", "erf", "complementary", "erfc", "mathematics", "math", "matrix", "matrices", "array", "arrays", "accessor", "dstructs", "deepset", "deep", "set", "get" ], "bugs": { "url": "https://github.com/compute-io/erfc/issues" }, "dependencies": { "compute-array-constructors": "^1.0.0", "dstructs-matrix": "^2.0.0", "utils-deep-get": "^1.0.0", "utils-deep-set": "^1.0.1", "validate.io-array-like": "^1.0.1", "validate.io-boolean-primitive": "^1.0.0", "validate.io-function": "^1.0.2", "validate.io-matrix-like": "^1.0.2", "validate.io-nan": "^1.0.3", "validate.io-number-primitive": "^1.0.0", "validate.io-object": "^1.0.4", "validate.io-string-primitive": "^1.0.0", "validate.io-typed-array-like": "^1.0.0" }, "devDependencies": { "chai": "3.x.x", "coveralls": "^2.11.1", "istanbul": "^0.3.0", "jshint": "2.x.x", "jshint-stylish": "2.x.x", "mocha": "2.x.x" }, "license": "MIT" }