source: frontend/node_modules/is-regexp/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 615 bytes
Line 
1{
2 "name": "is-regexp",
3 "version": "1.0.0",
4 "description": "Check whether a variable is a regular expression",
5 "license": "MIT",
6 "repository": "sindresorhus/is-regexp",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "http://sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=0.10.0"
14 },
15 "scripts": {
16 "test": "mocha"
17 },
18 "files": [
19 "index.js"
20 ],
21 "keywords": [
22 "regex",
23 "regexp",
24 "regular",
25 "expression",
26 "regular expression",
27 "re",
28 "check",
29 "type",
30 "is"
31 ],
32 "devDependencies": {
33 "mocha": "*"
34 }
35}
Note: See TracBrowser for help on using the repository browser.