Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
649 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "js-tokens",
|
---|
3 | "version": "4.0.0",
|
---|
4 | "author": "Simon Lydell",
|
---|
5 | "license": "MIT",
|
---|
6 | "description": "A regex that tokenizes JavaScript.",
|
---|
7 | "keywords": [
|
---|
8 | "JavaScript",
|
---|
9 | "js",
|
---|
10 | "token",
|
---|
11 | "tokenize",
|
---|
12 | "regex"
|
---|
13 | ],
|
---|
14 | "files": [
|
---|
15 | "index.js"
|
---|
16 | ],
|
---|
17 | "repository": "lydell/js-tokens",
|
---|
18 | "scripts": {
|
---|
19 | "test": "mocha --ui tdd",
|
---|
20 | "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
|
---|
21 | "build": "node generate-index.js",
|
---|
22 | "dev": "npm run build && npm test"
|
---|
23 | },
|
---|
24 | "devDependencies": {
|
---|
25 | "coffeescript": "2.1.1",
|
---|
26 | "esprima": "4.0.0",
|
---|
27 | "everything.js": "1.0.3",
|
---|
28 | "mocha": "5.0.0"
|
---|
29 | }
|
---|
30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.