|
2 | 2 | "name": "esutils", |
3 | 3 | "description": "utility box for ECMAScript language tools", |
4 | 4 | "homepage": "https://github.com/estools/esutils", |
| 5 | + "bugs": "https://github.com/estools/esutils/issues", |
5 | 6 | "main": "lib/utils.js", |
6 | 7 | "version": "2.0.4-dev", |
7 | 8 | "engines": { |
|
15 | 16 | "README.md", |
16 | 17 | "lib" |
17 | 18 | ], |
18 | | - "maintainers": [ |
19 | | - { |
20 | | - "name": "Yusuke Suzuki", |
21 | | - |
22 | | - "web": "http://github.com/Constellation" |
23 | | - } |
| 19 | + "keywords": [ |
| 20 | + "ecmascript" |
| 21 | + ], |
| 22 | + "author": { |
| 23 | + "name": "Yusuke Suzuki", |
| 24 | + |
| 25 | + "web": "http://github.com/Constellation" |
| 26 | + }, |
| 27 | + "contributors": [ |
| 28 | + "Brett Zamir" |
24 | 29 | ], |
25 | 30 | "repository": { |
26 | 31 | "type": "git", |
27 | 32 | "url": "http://github.com/estools/esutils.git" |
28 | 33 | }, |
| 34 | + "dependencies": {}, |
29 | 35 | "devDependencies": { |
30 | | - "chai": "~1.7.2", |
31 | | - "coffee-script": "~1.6.3", |
32 | | - "jshint": "2.6.3", |
33 | | - "mocha": "~2.2.1", |
34 | | - "regenerate": "~1.3.1", |
35 | | - "unicode-9.0.0": "~0.7.0" |
| 36 | + "chai": "~4.2.0", |
| 37 | + "coffeescript": "^2.5.1", |
| 38 | + "jshint": "2.11.0", |
| 39 | + "mocha": "~7.1.2", |
| 40 | + "regenerate": "~1.4.0", |
| 41 | + "unicode-13.0.0": "^0.8.0" |
36 | 42 | }, |
37 | 43 | "license": "BSD-2-Clause", |
38 | 44 | "scripts": { |
39 | | - "test": "npm run-script lint && npm run-script unit-test", |
| 45 | + "test": "npm run lint && npm run unit-test", |
40 | 46 | "lint": "jshint lib/*.js", |
41 | | - "unit-test": "mocha --compilers coffee:coffee-script -R spec", |
| 47 | + "unit-test": "mocha --require chai/register-expect --require coffeescript/register test/**", |
42 | 48 | "generate-regex": "node tools/generate-identifier-regex.js" |
43 | 49 | } |
44 | 50 | } |
0 commit comments