You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.7 KiB
67 lines
1.7 KiB
{
|
|
"_from": "cwise-compiler@^1.1.2",
|
|
"_id": "cwise-compiler@1.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-9NZnQQ6FDToxOn0tt7HlBbsDTMU=",
|
|
"_location": "/cwise-compiler",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cwise-compiler@^1.1.2",
|
|
"name": "cwise-compiler",
|
|
"escapedName": "cwise-compiler",
|
|
"rawSpec": "^1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/ndarray-pack"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cwise-compiler/-/cwise-compiler-1.1.3.tgz",
|
|
"_shasum": "f4d667410e850d3a313a7d2db7b1e505bb034cc5",
|
|
"_spec": "cwise-compiler@^1.1.2",
|
|
"_where": "/home/sigonasr2/divar/server/node_modules/ndarray-pack",
|
|
"author": {
|
|
"name": "Mikola Lysenko"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/scijs/cwise-compiler/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Jasper van de Gronde",
|
|
"email": "th.v.d.gronde@hccnet.nl"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"uniq": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "cwise's internal compiler",
|
|
"devDependencies": {
|
|
"cwise-parser": "^1.0.0",
|
|
"ndarray": "^1.0.15",
|
|
"ndarray-ops": "^1.2.2",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"gitHead": "29e146315bd0a8c50bd44b9b6b5bf4b769bd7aec",
|
|
"homepage": "https://github.com/scijs/cwise-compiler#readme",
|
|
"keywords": [
|
|
"cwise",
|
|
"ndarray",
|
|
"compiler"
|
|
],
|
|
"license": "MIT",
|
|
"main": "compiler.js",
|
|
"name": "cwise-compiler",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/scijs/cwise-compiler.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "1.1.3"
|
|
}
|
|
|