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

OSCHINA-MIRROR/luckystarry-luckystarry-collections

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
package.json 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
SUN BO Отправлено 01.11.2022 09:31 d4e7ee7
{
"name": "luckystarry-collections",
"version": "1.0.0",
"description": "模仿 .NET 的集合类,对数组类提供了类似于 LINQ 的方法,如 Select Where ToList 等。",
"keywords": [
"collections",
"array",
"linq"
],
"scripts": {
"clean": "del-cli dist -f",
"lint": "tslint -p . -c tslint.json 'src/**/*.ts'",
"prebuild": "npm run clean && npm run lint",
"build": "tsc",
"postbuild": "npm run bundle",
"bundle": "browserify dist/index.js > dist/index.bundle.js",
"postbundle": "npm run uglify",
"uglify": "uglifyjs dist/index.bundle.js --compress --mangle --output dist/index.min.js",
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.8",
"@types/uuid": "^8.3.4",
"browserify": "^17.0.0",
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"del-cli": "^5.0.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"tslint-config-standard": "^9.0.0",
"typescript": "^4.8.4",
"uglify-js": "^3.4.9",
"uuid": "^9.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh:git@github.com:LuckyStarry/luckystarry-collections.git"
},
"bugs": {
"email": "starry@vip.qq.com",
"url": "https://github.com/LuckyStarry/luckystarry-collections/issues"
},
"author": {
"name": "SUN BO",
"email": "starry@vip.qq.com",
"url": "https://www.luckystarry.com"
}
}

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

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

1
https://api.gitlife.ru/oschina-mirror/luckystarry-luckystarry-collections.git
git@api.gitlife.ru:oschina-mirror/luckystarry-luckystarry-collections.git
oschina-mirror
luckystarry-luckystarry-collections
luckystarry-luckystarry-collections
master