forked from dbusacca/date-time-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.47 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.47 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"_args": [
[
"@busacca/ng-pick-datetime@8.0.1",
"/Users/islombekhasanov/iCloud Drive (Archive)/Documents/This year/Weltlink/TMS/GitLab-TMS/tms"
]
],
"_from": "@busacca/ng-pick-datetime@8.0.1",
"_id": "@busacca/ng-pick-datetime@8.0.1",
"_inBundle": false,
"_integrity": "sha512-XFTuQDRBawNeZcisfH0CtMc3oLzO2vLp5ZJxRlwXROKS1K1H9LGsOKap1mJV3QxuxoqaOZg0OpEykDgmRGwgeQ==",
"_location": "/@busacca/ng-pick-datetime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@busacca/ng-pick-datetime@8.0.1",
"name": "@busacca/ng-pick-datetime",
"escapedName": "@busacca%2fng-pick-datetime",
"scope": "@busacca",
"rawSpec": "8.0.1",
"saveSpec": null,
"fetchSpec": "8.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@busacca/ng-pick-datetime/-/ng-pick-datetime-8.0.1.tgz",
"_spec": "8.0.1",
"_where": "/Users/islombekhasanov/iCloud Drive (Archive)/Documents/This year/Weltlink/TMS/GitLab-TMS/tms",
"author": {
"name": "daniel pan",
"email": "myron.yk.pan@gmail.com"
},
"bugs": {
"url": "https://github.com/dbusacca/date-time-picker/issues"
},
"dependencies": {},
"description": "Angular Date Time Picker",
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.2",
"@angular-devkit/build-optimizer": "~0.800.2",
"@angular/animations": "8.0.0",
"@angular/cdk": "^8.0.1",
"@angular/cli": "^8.0.2",
"@angular/common": "8.0.0",
"@angular/compiler": "8.0.0",
"@angular/compiler-cli": "8.0.0",
"@angular/core": "8.0.0",
"@angular/forms": "8.0.0",
"@angular/language-service": "8.0.0",
"@angular/material": "^8.0.1",
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "10",
"autoprefixer": "^7.2.3",
"codelyzer": "^5.1.0",
"core-js": "^2.4.1",
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-flatmap": "^1.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.3",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"merge2": "^1.2.0",
"moment": "^2.22.1",
"pixrem": "^4.0.1",
"protractor": "~5.1.2",
"rollup": "^0.52.3",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rxjs": "6.5.2",
"ts-node": "~3.2.0",
"tslint": "~5.17.0",
"typescript": "3.4.5",
"web-animations-js": "^2.3.1",
"zone.js": "0.9.1"
},
"homepage": "https://github.com/dbusacca/date-time-picker#readme",
"jsnext:main": "picker.js",
"keywords": [
"Angular",
"datepicker",
"date picker",
"timepicker",
"time picker"
],
"license": "MIT",
"main": "picker.bundle.js",
"module": "picker.js",
"name": "@busacca/ng-pick-datetime",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dbusacca/date-time-picker.git"
},
"types": "picker.d.ts",
"version": "8.0.1"
}