1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-Napa.js

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Daniel Hegeman Отправлено 23.07.2018 10:02 f337e2c
{
"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"
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-Napa.js.git
git@api.gitlife.ru:oschina-mirror/mirrors-Napa.js.git
oschina-mirror
mirrors-Napa.js
mirrors-Napa.js
master