6 Star 14 Fork 2

Gitee 极速下载 / Napa.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Microsoft/napajs
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "napajs",
"description": "Napa.js is a multi-threaded JavaScript runtime built on V8",
"version": "0.2.3",
"author": "napajs",
"main": "./lib/index.js",
"types": "./types/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/napajs.git"
},
"binary": {
"module_name": "napa-binding",
"module_path": "./bin/",
"host": "https://github.com/Microsoft/napajs/releases/download/",
"remote_path": "{version}"
},
"dependencies": {
"node-pre-gyp": "^0.6.36",
"npmlog": "^4.1.2",
"semver": "^5.5.0"
},
"devDependencies": {
"cmake-js": "^3.7.3",
"node-pre-gyp-github": "^1.3.1",
"mocha": "^3.5.0",
"typescript": "^2.4.2",
"@types/node": "^8.0.22",
"@types/mocha": "^2.2.41",
"markdown-table": "^1.1.1"
},
"scripts": {
"benchmark": "node benchmark/bench.js",
"install": "node scripts/install.js",
"prepare": "tsc -p lib && tsc -p test && tsc -p benchmark",
"test": "mocha test -g \"^((?!napajs/timers).)*$\" --recursive && mocha test -g \"^napajs/timers\"",
"rebuild": "cmake-js rebuild && tsc -p lib",
"rebuildd": "cmake-js rebuild --debug && tsc -p lib",
"retest": "cmake-js rebuild -d test/module/addon && tsc -p test && mocha test --recursive",
"reunittest": "cmake-js rebuild -d unittest && node unittest/run.js",
"unittest": "cmake-js compile -d unittest && node unittest/run.js"
}
}
JavaScript
1
https://gitee.com/mirrors/Napa.js.git
git@gitee.com:mirrors/Napa.js.git
mirrors
Napa.js
Napa.js
master

搜索帮助