-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.25 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
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"angular2-text-mask@latest",
"/data/projects/uptracker/frontend-uptracker"
]
],
"_from": "angular2-text-mask@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/angular2-text-mask",
"_nodeVersion": "6.5.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/angular2-text-mask-0.22.0.tgz_1475117762655_0.489497046219185"
},
"_npmUser": {
"email": "[email protected]",
"name": "msafi"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"name": "angular2-text-mask",
"raw": "angular2-text-mask@latest",
"rawSpec": "latest",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/angular2-text-mask/-/angular2-text-mask-0.22.0.tgz",
"_shasum": "e04d7bc4cd5e813576a1f6fe8e565a7f7a6f37d0",
"_shrinkwrap": null,
"_spec": "angular2-text-mask@latest",
"_where": "/data/projects/uptracker/frontend-uptracker",
"author": {
"email": "[email protected]",
"name": "M.K. Safi"
},
"bugs": {
"url": "https://github.com/text-mask/text-mask/issues"
},
"dependencies": {},
"description": "Angular 2 directive for input text masking",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "e04d7bc4cd5e813576a1f6fe8e565a7f7a6f37d0",
"tarball": "https://registry.npmjs.org/angular2-text-mask/-/angular2-text-mask-0.22.0.tgz"
},
"homepage": "https://github.com/text-mask/text-mask/tree/master/angular2/#readme",
"keywords": [
"angular2",
"ng2",
"angular2 component",
"angular2 directive",
"text mask",
"input mask",
"string mask",
"input formatting",
"text formatting",
"string formatting"
],
"license": "Unlicense",
"main": "dist/angular2TextMask.js",
"maintainers": [
{
"email": "[email protected]",
"name": "msafi"
}
],
"name": "angular2-text-mask",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/tairezzzz/ng2-input-text-mask.git"
},
"scripts": {},
"typings": "./dist/angular2TextMask.d.ts",
"version": "0.22.0"
}