main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
686 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
[0c6b92a] | 2 | "name": "escape-string-regexp",
|
---|
| 3 | "version": "4.0.0",
|
---|
| 4 | "description": "Escape RegExp special characters",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/escape-string-regexp",
|
---|
| 7 | "funding": "https://github.com/sponsors/sindresorhus",
|
---|
| 8 | "author": {
|
---|
| 9 | "name": "Sindre Sorhus",
|
---|
| 10 | "email": "sindresorhus@gmail.com",
|
---|
| 11 | "url": "https://sindresorhus.com"
|
---|
| 12 | },
|
---|
| 13 | "engines": {
|
---|
| 14 | "node": ">=10"
|
---|
| 15 | },
|
---|
| 16 | "scripts": {
|
---|
| 17 | "test": "xo && ava && tsd"
|
---|
| 18 | },
|
---|
| 19 | "files": [
|
---|
| 20 | "index.js",
|
---|
| 21 | "index.d.ts"
|
---|
| 22 | ],
|
---|
| 23 | "keywords": [
|
---|
| 24 | "escape",
|
---|
| 25 | "regex",
|
---|
| 26 | "regexp",
|
---|
| 27 | "regular",
|
---|
| 28 | "expression",
|
---|
| 29 | "string",
|
---|
| 30 | "special",
|
---|
| 31 | "characters"
|
---|
| 32 | ],
|
---|
| 33 | "devDependencies": {
|
---|
| 34 | "ava": "^1.4.1",
|
---|
| 35 | "tsd": "^0.11.0",
|
---|
| 36 | "xo": "^0.28.3"
|
---|
| 37 | }
|
---|
[d565449] | 38 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.