| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "cwise-compiler",
- "version": "1.1.3",
- "description": "cwise's internal compiler",
- "main": "compiler.js",
- "scripts": {
- "test": "tape test/*.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/scijs/cwise-compiler.git"
- },
- "keywords": [
- "cwise",
- "ndarray",
- "compiler"
- ],
- "author": "Mikola Lysenko",
- "contributors": [
- "Jasper van de Gronde <th.v.d.gronde@hccnet.nl>"
- ],
- "license": "MIT",
- "readmeFilename": "README.md",
- "gitHead": "29e146315bd0a8c50bd44b9b6b5bf4b769bd7aec",
- "bugs": {
- "url": "https://github.com/scijs/cwise-compiler/issues"
- },
- "dependencies": {
- "uniq": "^1.0.0"
- },
- "devDependencies": {
- "ndarray-ops": "^1.2.2",
- "ndarray": "^1.0.15",
- "cwise-parser": "^1.0.0",
- "tape": "^4.0.0"
- }
- }
|