Last change
on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
984 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "regenerate",
|
---|
3 | "version": "1.4.2",
|
---|
4 | "description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.",
|
---|
5 | "homepage": "https://mths.be/regenerate",
|
---|
6 | "main": "regenerate.js",
|
---|
7 | "keywords": [
|
---|
8 | "regex",
|
---|
9 | "regexp",
|
---|
10 | "javascript",
|
---|
11 | "unicode",
|
---|
12 | "generator",
|
---|
13 | "tool"
|
---|
14 | ],
|
---|
15 | "license": "MIT",
|
---|
16 | "author": {
|
---|
17 | "name": "Mathias Bynens",
|
---|
18 | "url": "https://mathiasbynens.be/"
|
---|
19 | },
|
---|
20 | "repository": {
|
---|
21 | "type": "git",
|
---|
22 | "url": "https://github.com/mathiasbynens/regenerate.git"
|
---|
23 | },
|
---|
24 | "bugs": "https://github.com/mathiasbynens/regenerate/issues",
|
---|
25 | "scripts": {
|
---|
26 | "cover": "istanbul cover --report html --verbose --dir coverage tests/tests.js",
|
---|
27 | "test": "node tests/tests.js"
|
---|
28 | },
|
---|
29 | "devDependencies": {
|
---|
30 | "codecov": "^1.0.1",
|
---|
31 | "grunt": "^0.4.5",
|
---|
32 | "grunt-shell": "^1.1.1",
|
---|
33 | "istanbul": "^0.4.3",
|
---|
34 | "qunit-extras": "^1.1.0",
|
---|
35 | "qunitjs": "~1.11.0",
|
---|
36 | "requirejs": "^2.1.15"
|
---|
37 | }
|
---|
38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.