mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
# Conflicts: # jsowell-ui/.env.development # jsowell-ui/.env.staging # jsowell-ui/bin/build-sit.bat # jsowell-ui/bin/build.bat # jsowell-ui/src/api/adapayMember/adapayMember.js # jsowell-ui/src/api/pile/merchant.js # jsowell-ui/src/router/index.js # jsowell-ui/src/views/financial/financeDetail.vue # jsowell-ui/src/views/financial/merchant.vue # jsowell-ui/src/views/homeIndex/homeIndex.vue # jsowell-ui/src/views/login.vue # jsowell-ui/src/views/pile/basic/detail.vue # jsowell-ui/src/views/pile/station/components/SiteInfo.vue # jsowell-ui/src/views/pile/station/detail.vue # jsowell-ui/src/views/pile/station/orderReport.vue
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "bfj",
|
|
"version": "6.1.2",
|
|
"description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
|
|
"homepage": "https://gitlab.com/philbooth/bfj",
|
|
"bugs": "https://gitlab.com/philbooth/bfj/issues",
|
|
"license": "MIT",
|
|
"author": "Phil Booth (https://gitlab.com/philbooth)",
|
|
"main": "./src",
|
|
"keywords": [
|
|
"json",
|
|
"streamify",
|
|
"stringify",
|
|
"walk",
|
|
"parse",
|
|
"parser",
|
|
"serialise",
|
|
"serialize",
|
|
"read",
|
|
"write",
|
|
"async",
|
|
"asynchronous"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/philbooth/bfj.git"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.5.5",
|
|
"check-types": "^8.0.3",
|
|
"hoopy": "^0.1.4",
|
|
"tryer": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.0.1",
|
|
"mocha": "^6.1.4",
|
|
"please-release-me": "^2.1.2",
|
|
"proxyquire": "^2.1.0",
|
|
"request": "^2.88.0",
|
|
"spooks": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src",
|
|
"test": "npm run unit && npm run integration",
|
|
"unit": "mocha --ui tdd --reporter spec --recursive --colors --slow 120 test/unit",
|
|
"integration": "mocha --ui tdd --reporter spec --colors test/integration",
|
|
"perf": "wget -O test/mtg.json http://mtgjson.com/json/AllSets-x.json && node test/performance mtg"
|
|
}
|
|
}
|