main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
791 bytes
|
Rev | Line | |
---|
[d565449] | 1 | {
|
---|
| 2 | "name": "escape-string-regexp",
|
---|
| 3 | "version": "1.0.5",
|
---|
| 4 | "description": "Escape RegExp special characters",
|
---|
| 5 | "license": "MIT",
|
---|
| 6 | "repository": "sindresorhus/escape-string-regexp",
|
---|
| 7 | "author": {
|
---|
| 8 | "name": "Sindre Sorhus",
|
---|
| 9 | "email": "sindresorhus@gmail.com",
|
---|
| 10 | "url": "sindresorhus.com"
|
---|
| 11 | },
|
---|
| 12 | "maintainers": [
|
---|
| 13 | "Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
---|
| 14 | "Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)"
|
---|
| 15 | ],
|
---|
| 16 | "engines": {
|
---|
| 17 | "node": ">=0.8.0"
|
---|
| 18 | },
|
---|
| 19 | "scripts": {
|
---|
| 20 | "test": "xo && ava"
|
---|
| 21 | },
|
---|
| 22 | "files": [
|
---|
| 23 | "index.js"
|
---|
| 24 | ],
|
---|
| 25 | "keywords": [
|
---|
| 26 | "escape",
|
---|
| 27 | "regex",
|
---|
| 28 | "regexp",
|
---|
| 29 | "re",
|
---|
| 30 | "regular",
|
---|
| 31 | "expression",
|
---|
| 32 | "string",
|
---|
| 33 | "str",
|
---|
| 34 | "special",
|
---|
| 35 | "characters"
|
---|
| 36 | ],
|
---|
| 37 | "devDependencies": {
|
---|
| 38 | "ava": "*",
|
---|
| 39 | "xo": "*"
|
---|
| 40 | }
|
---|
| 41 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.