main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
965 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | {
|
---|
| 2 | "name": "regjsgen",
|
---|
| 3 | "version": "0.8.0",
|
---|
| 4 | "description": "Generate regular expressions from regjsparser’s AST.",
|
---|
| 5 | "homepage": "https://github.com/bnjmnt4n/regjsgen",
|
---|
| 6 | "main": "regjsgen.js",
|
---|
| 7 | "keywords": [
|
---|
| 8 | "ast",
|
---|
| 9 | "generate",
|
---|
| 10 | "regex",
|
---|
| 11 | "regexp",
|
---|
| 12 | "regular expressions"
|
---|
| 13 | ],
|
---|
| 14 | "license": "MIT",
|
---|
| 15 | "author": {
|
---|
| 16 | "name": "Benjamin Tan",
|
---|
| 17 | "url": "https://ofcr.se/"
|
---|
| 18 | },
|
---|
| 19 | "repository": {
|
---|
| 20 | "type": "git",
|
---|
| 21 | "url": "https://github.com/bnjmnt4n/regjsgen.git"
|
---|
| 22 | },
|
---|
| 23 | "bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
|
---|
| 24 | "files": [
|
---|
| 25 | "LICENSE-MIT.txt",
|
---|
| 26 | "regjsgen.js"
|
---|
| 27 | ],
|
---|
| 28 | "scripts": {
|
---|
| 29 | "test": "node tests/tests.js",
|
---|
| 30 | "coverage": "nyc --reporter=html npm test",
|
---|
| 31 | "report-coverage": "nyc --reporter=lcov npm test && codecov",
|
---|
| 32 | "update-fixtures": "node tests/update-fixtures.js"
|
---|
| 33 | },
|
---|
| 34 | "devDependencies": {
|
---|
| 35 | "codecov": "^3.8.3",
|
---|
| 36 | "nyc": "^15.1.0",
|
---|
| 37 | "regjsparser": "^0.10.0",
|
---|
| 38 | "request": "^2.88.2"
|
---|
| 39 | }
|
---|
| 40 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.