This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
forked from arasatasaygin/is.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "fi-is",
"title": "Fi is",
"version": "4.0.0",
"main": "index.js",
"license": "MIT",
"description": "Small check library for Node.js and the browser",
"homepage": "http://finaldevstudio.github.io/fi-is/",
"repository": {
"type": "git",
"url": "git+https://github.com/finaldevstudio/fi-is.git"
},
"bugs": {
"url": "https://github.com/finaldevstudio/fi-is/issues"
},
"engines": {
"node": ">=10 <=12",
"npm": ">=6"
},
"scripts": {
"test": "nyc npm run test:all",
"test:all": "npm run test:node && npm run test:browser",
"postversion": "git push --follow-tags",
"postinstall": "node postinstall.js",
"test:node": "node test/node",
"test:browser": "karma start",
"pretest:browser": "gulp",
"build": "gulp"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"del": "^5.1.0",
"doxdox": "^3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-security": "^1.4.0",
"faker": "^4.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {},
"keywords": [
"fi",
"is",
"type",
"regex",
"string",
"number",
"object",
"email",
"phone",
"check",
"validation"
],
"author": "DOT"
}