UNPKG

1.19 kBJSONView Raw
1{
2 "name": "nyks",
3 "version": "6.3.1",
4 "description": "nodejs exupery style",
5 "keywords": [
6 "native",
7 "api",
8 "async",
9 "await",
10 "throttle",
11 "pool",
12 "concurrency",
13 "promise",
14 "promises",
15 "queue",
16 "deferred",
17 "map",
18 "Let's have a beer and talk in Paris"
19 ],
20 "dependencies": {
21 "mout": "^1.0.0"
22 },
23 "devDependencies": {
24 "eslint-plugin-ivs": "^1.3.0",
25 "expect.js": "^0.3.1",
26 "glob": "^7.1.2",
27 "mocha": "^3.1.2",
28 "nyc": "^15.1.0"
29 },
30 "homepage": "http://github.com/131/nyks",
31 "main": "./index.js",
32 "author": {
33 "name": "François Leurent",
34 "email": "131.js@cloudyks.org",
35 "url": "http://github.com/131/"
36 },
37 "repository": {
38 "type": "git",
39 "url": "git@github.com:131/nyks.git"
40 },
41 "scripts": {
42 "preversion": "npm run eslint",
43 "mocha": "mocha -b",
44 "eslint": "eslint .",
45 "cover": "nyc mocha",
46 "test": "npm run cover test test/async && npm run eslint"
47 },
48 "readme": "# nyks toolkit\r\n\r\nExtend nodejs & javascript native API of missing functions.\r\n",
49 "readmeFilename": "README.md",
50 "bugs": {
51 "url": "https://github.com/131/nyks/issues"
52 }
53}