UNPKG

dstructs-array-dtype

Version:

Returns an array data type corresponding to an array constructor name.

57 lines (56 loc) 1.34 kB
{ "name": "dstructs-array-dtype", "version": "1.0.2", "description": "Returns an array data type corresponding to an array constructor name.", "author": { "name": "Athan Reines", "email": "kgryte@gmail.com" }, "contributors": [ { "name": "Athan Reines", "email": "kgryte@gmail.com" } ], "scripts": { "test": "mocha", "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec", "codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov" }, "main": "./lib", "repository": { "type": "git", "url": "git://github.com/dstructs/array-dtype.git" }, "keywords": [ "compute.io", "compute", "computation", "dstructs", "constructor", "typed-array", "typed", "array", "ctor", "dtype", "data", "type", "util", "utils", "utility", "utilities" ], "bugs": { "url": "https://github.com/dstructs/array-dtype/issues" }, "dependencies": {}, "devDependencies": { "chai": "3.x.x", "mocha": "2.x.x", "codecov.io": "^0.1.5", "istanbul": "^0.3.0", "jshint": "2.x.x", "jshint-stylish": "2.x.x" }, "license": "MIT" }