|
1 | 1 | {
|
2 |
| - "name": "aureooms-js-collections", |
| 2 | + "name": "@aureooms/js-collections", |
3 | 3 | "description": "Python's collections library for JavaScript",
|
4 | 4 | "version": "3.0.0",
|
5 | 5 | "author": "Aurélien Ooms <[email protected]>",
|
|
23 | 23 | "url": "https://github.com/aureooms/js-collections/issues"
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "aureooms-js-collections-chainmap": "^3.0.0", |
27 |
| - "aureooms-js-collections-counter": "^3.0.0", |
28 |
| - "aureooms-js-collections-defaultdict": "^3.0.1", |
29 |
| - "aureooms-js-collections-deque": "^3.1.0", |
30 |
| - "aureooms-js-collections-dict": "^3.0.0", |
31 |
| - "aureooms-js-collections-namedtuple": "^3.0.0", |
32 |
| - "aureooms-js-collections-ordereddict": "^3.0.0", |
33 |
| - "aureooms-js-collections-set": "^3.0.0", |
34 |
| - "aureooms-js-error": "^3.0.0" |
| 26 | + "@aureooms/js-collections-chainmap": "^3.0.0", |
| 27 | + "@aureooms/js-collections-counter": "^3.0.0", |
| 28 | + "@aureooms/js-collections-defaultdict": "^3.0.1", |
| 29 | + "@aureooms/js-collections-deque": "^3.1.0", |
| 30 | + "@aureooms/js-collections-dict": "^3.0.0", |
| 31 | + "@aureooms/js-collections-namedtuple": "^3.0.0", |
| 32 | + "@aureooms/js-collections-ordereddict": "^3.0.0", |
| 33 | + "@aureooms/js-collections-set": "^3.0.0", |
| 34 | + "@aureooms/js-error": "^3.0.0" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "aureooms-js-compare": "^1.4.5", |
38 |
| - "aureooms-js-functools": "^2.0.3", |
39 |
| - "aureooms-js-itertools": "^3.1.0", |
40 |
| - "aureooms-js-number": "^3.0.0", |
| 37 | + "@aureooms/js-compare": "^1.4.5", |
| 38 | + "@aureooms/js-functools": "^2.0.3", |
| 39 | + "@aureooms/js-itertools": "^3.1.0", |
| 40 | + "@aureooms/js-number": "^3.0.0", |
41 | 41 | "ava": "^0.17.0",
|
42 | 42 | "babel-cli": "^6.18.0",
|
43 | 43 | "babel-polyfill": "^6.16.0",
|
|
0 commit comments