@brickhouse-tech/angular-lts 1.8.4-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/README.closure.md +23 -0
- package/README.md +109 -0
- package/angular.js +36600 -0
- package/angular.min.js +352 -0
- package/angular.min.js.map +8 -0
- package/index.js +2 -0
- package/package.json +132 -0
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@brickhouse-tech/angular-lts",
|
|
3
|
+
"version": "1.8.4-0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"branchVersion": "^1.8.0",
|
|
6
|
+
"branchPattern": "1.8.*",
|
|
7
|
+
"distTag": "next",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/brickhouse-tech/angular.js.git"
|
|
11
|
+
},
|
|
12
|
+
"engines": {
|
|
13
|
+
"node": ">=12.14.1"
|
|
14
|
+
},
|
|
15
|
+
"main": "index.js",
|
|
16
|
+
"files": [
|
|
17
|
+
"angular.js",
|
|
18
|
+
"angular.min.js",
|
|
19
|
+
"angular.min.js.map",
|
|
20
|
+
"angular.min.js.gzip",
|
|
21
|
+
"angular-csp.css",
|
|
22
|
+
"index.js",
|
|
23
|
+
"LICENSE.md",
|
|
24
|
+
"README.md"
|
|
25
|
+
],
|
|
26
|
+
"scripts": {
|
|
27
|
+
"build": "yarn install --frozen-lockfile --non-interactive && yarn grunt package && cp build/angular.js build/angular.min.js build/angular.min.js.map . 2>/dev/null || true",
|
|
28
|
+
"prepublishOnly": "echo 'Run npm run build first if dist files are missing'",
|
|
29
|
+
"commit": "git-cz",
|
|
30
|
+
"test-i18n": "jasmine-node i18n/spec",
|
|
31
|
+
"test-i18n-ucd": "jasmine-node i18n/ucd/spec"
|
|
32
|
+
},
|
|
33
|
+
"devDependencies": {
|
|
34
|
+
"angular-benchpress": "0.x.x",
|
|
35
|
+
"benchmark": "1.x.x",
|
|
36
|
+
"bootstrap": "3.1.1",
|
|
37
|
+
"browserstacktunnel-wrapper": "2.0.4",
|
|
38
|
+
"canonical-path": "0.0.2",
|
|
39
|
+
"changez": "^2.1.1",
|
|
40
|
+
"changez-angular": "^2.1.2",
|
|
41
|
+
"cheerio": "^0.17.0",
|
|
42
|
+
"commitizen": "^4.2.4",
|
|
43
|
+
"commitplease": "^2.7.10",
|
|
44
|
+
"cross-spawn": "^4.0.0",
|
|
45
|
+
"cz-conventional-changelog": "1.1.4",
|
|
46
|
+
"dgeni": "^0.4.9",
|
|
47
|
+
"dgeni-packages": "^0.26.5",
|
|
48
|
+
"eslint-plugin-promise": "^3.6.0",
|
|
49
|
+
"event-stream": "~3.1.0",
|
|
50
|
+
"firebase-tools": "^9.3.0",
|
|
51
|
+
"glob": "^6.0.1",
|
|
52
|
+
"google-code-prettify": "1.0.1",
|
|
53
|
+
"grunt": "^1.4.1",
|
|
54
|
+
"grunt-bump": "^0.8.0",
|
|
55
|
+
"grunt-cli": "^1.2.0",
|
|
56
|
+
"grunt-contrib-clean": "^1.0.0",
|
|
57
|
+
"grunt-contrib-compress": "^1.3.0",
|
|
58
|
+
"grunt-contrib-connect": "^1.0.2",
|
|
59
|
+
"grunt-contrib-copy": "^1.0.0",
|
|
60
|
+
"grunt-ddescribe-iit": "~0.0.1",
|
|
61
|
+
"grunt-eslint": "^19.0.0",
|
|
62
|
+
"grunt-merge-conflict": "~0.0.1",
|
|
63
|
+
"grunt-shell": "^1.3.0",
|
|
64
|
+
"gulp": "~3.8.0",
|
|
65
|
+
"gulp-concat": "^2.4.1",
|
|
66
|
+
"gulp-eslint": "^3.0.1",
|
|
67
|
+
"gulp-foreach": "0.0.1",
|
|
68
|
+
"gulp-rename": "^1.2.0",
|
|
69
|
+
"gulp-sourcemaps": "^1.2.2",
|
|
70
|
+
"gulp-uglify": "^3.0.2",
|
|
71
|
+
"gulp-util": "^3.0.1",
|
|
72
|
+
"jasmine-core": "^2.8.0",
|
|
73
|
+
"jasmine-node": "^2.0.0",
|
|
74
|
+
"jasmine-reporters": "^2.2.0",
|
|
75
|
+
"jquery": "3.5.1",
|
|
76
|
+
"jquery-2.1": "npm:jquery@2.1.4",
|
|
77
|
+
"jquery-2.2": "npm:jquery@2.2.4",
|
|
78
|
+
"karma": "4.4.1",
|
|
79
|
+
"karma-browserstack-launcher": "1.5.1",
|
|
80
|
+
"karma-chrome-launcher": "3.1.0",
|
|
81
|
+
"karma-edge-launcher": "0.4.2",
|
|
82
|
+
"karma-firefox-launcher": "1.2.0",
|
|
83
|
+
"karma-ie-launcher": "1.0.0",
|
|
84
|
+
"karma-jasmine": "^1.1.2",
|
|
85
|
+
"karma-junit-reporter": "2.0.1",
|
|
86
|
+
"karma-safari-launcher": "1.0.0",
|
|
87
|
+
"karma-sauce-launcher": "2.0.2",
|
|
88
|
+
"karma-script-launcher": "1.0.0",
|
|
89
|
+
"karma-spec-reporter": "0.0.32",
|
|
90
|
+
"load-grunt-tasks": "^3.5.0",
|
|
91
|
+
"lodash": "~4.17.21",
|
|
92
|
+
"log4js": "^0.6.27",
|
|
93
|
+
"lunr": "^0.7.2",
|
|
94
|
+
"marked": "~0.3.0",
|
|
95
|
+
"node-html-encoder": "0.0.2",
|
|
96
|
+
"npm-run": "^4.1.0",
|
|
97
|
+
"open-sans-fontface": "^1.4.0",
|
|
98
|
+
"promises-aplus-tests": "~2.1.0",
|
|
99
|
+
"protractor": "^7.0.0",
|
|
100
|
+
"q": "~1.0.0",
|
|
101
|
+
"q-io": "^1.10.9",
|
|
102
|
+
"qq": "^0.3.5",
|
|
103
|
+
"rewire": "~2.1.0",
|
|
104
|
+
"sauce-connect": "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz",
|
|
105
|
+
"sax": "^1.1.1",
|
|
106
|
+
"selenium-webdriver": "^4.0.0-alpha.1",
|
|
107
|
+
"semver": "^5.4.1",
|
|
108
|
+
"serve-favicon": "^2.3.0",
|
|
109
|
+
"serve-index": "^1.8.0",
|
|
110
|
+
"serve-static": "^1.11.1",
|
|
111
|
+
"shelljs": "^0.7.5",
|
|
112
|
+
"sorted-object": "^1.0.0",
|
|
113
|
+
"stringmap": "^0.2.2"
|
|
114
|
+
},
|
|
115
|
+
"dependencies": {},
|
|
116
|
+
"resolutions": {
|
|
117
|
+
"//1": "`natives@1.1.0` does not work with Node.js 10.x on Windows 10",
|
|
118
|
+
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
|
|
119
|
+
"natives": "1.1.6",
|
|
120
|
+
"//3": "`graceful-fs` needs to be pinned to support gulp 3, on Node v12+",
|
|
121
|
+
"graceful-fs": "^4.2.3"
|
|
122
|
+
},
|
|
123
|
+
"commitplease": {
|
|
124
|
+
"style": "angular",
|
|
125
|
+
"nohook": true
|
|
126
|
+
},
|
|
127
|
+
"config": {
|
|
128
|
+
"commitizen": {
|
|
129
|
+
"path": "node_modules/cz-conventional-changelog"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
}
|