41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
|
{
|
||
|
"name": "shift-regexp-acceptor",
|
||
|
"version": "3.0.0",
|
||
|
"description": "Regexp acceptor for ECMAScript 2018",
|
||
|
"author": "Shape Security",
|
||
|
"homepage": "https://github.com/shapesecurity/shift-regexp-acceptor-js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/shapesecurity/shift-regexp-acceptor-js.git"
|
||
|
},
|
||
|
"main": "src/index.js",
|
||
|
"files": [
|
||
|
"src"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"build": "echo nothing to do",
|
||
|
"test": "mocha --inline-diffs --check-leaks --ui tdd --reporter dot test && npm run lint",
|
||
|
"lint": "eslint src test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"unicode-match-property-value-ecmascript": "1.0.2",
|
||
|
"unicode-match-property-ecmascript": "1.0.4",
|
||
|
"unicode-property-aliases-ecmascript": "1.0.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "5.6.1",
|
||
|
"mocha": "^8.1.3"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Shift",
|
||
|
"regex",
|
||
|
"accept",
|
||
|
"acceptor",
|
||
|
"regular expression"
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/shapesecurity/shift-regexp-acceptor-js/issues"
|
||
|
},
|
||
|
"license": "Apache-2.0"
|
||
|
}
|