json10 18.0.1 → 18.0.2
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/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/package.json +25 -0
- package/client/README.md +24 -24
- package/firedev.jsonc +43 -43
- package/package.json +3 -3
- package/tmp-environment.json +29 -28
- package/websql/README.md +24 -24
- package/websql/package.json +25 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (json10@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (json10@18.0.2)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "json10",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/json10.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/json10.mjs",
|
|
20
|
+
"esm": "./esm2022/json10.mjs",
|
|
21
|
+
"default": "./fesm2022/json10.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/firedev.jsonc
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"includeAsDev": [],
|
|
6
|
-
"includeOnly": ["lodash-walk-object"],
|
|
7
|
-
"ignoreDepsPattern": [],
|
|
8
|
-
"dependencies": {},
|
|
9
|
-
"linkedFolders": [],
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"version": "v18",
|
|
30
|
-
"additionalNpmNames": ["firedev-json"],
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"private": false,
|
|
33
|
-
|
|
34
|
-
"scripts": {
|
|
35
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
"description": "Handle circural references, comments and many more inside JSON",
|
|
40
|
-
"author": "Dariusz Filipiak",
|
|
41
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
42
|
-
"keywords": ["ng2-rest", "docs", "documentation"],
|
|
43
|
-
"workerPlugins": {}
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"includeAsDev": [],
|
|
6
|
+
"includeOnly": ["lodash-walk-object"],
|
|
7
|
+
"ignoreDepsPattern": [],
|
|
8
|
+
"dependencies": {},
|
|
9
|
+
"linkedFolders": [],
|
|
10
|
+
"npmFixes": []
|
|
11
|
+
},
|
|
12
|
+
|
|
13
|
+
"smartContainerBuildTarget": "",
|
|
14
|
+
"linkedRepos": [],
|
|
15
|
+
|
|
16
|
+
"libReleaseOptions": {
|
|
17
|
+
"nodts": false,
|
|
18
|
+
"obscure": false,
|
|
19
|
+
"ugly": false,
|
|
20
|
+
"includeNodeModules": false,
|
|
21
|
+
"cliBuildNoDts": false,
|
|
22
|
+
"cliBuildObscure": false,
|
|
23
|
+
"cliBuildIncludeNodeModules": false,
|
|
24
|
+
"cliBuildUglify": false
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
"smartContainerTarget": "",
|
|
28
|
+
"type": "isomorphic-lib",
|
|
29
|
+
"version": "v18",
|
|
30
|
+
"additionalNpmNames": ["firedev-json"],
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"private": false,
|
|
33
|
+
|
|
34
|
+
"scripts": {
|
|
35
|
+
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
"description": "Handle circural references, comments and many more inside JSON",
|
|
40
|
+
"author": "Dariusz Filipiak",
|
|
41
|
+
"homepage": "https://github.com/darekf77/json10#readme",
|
|
42
|
+
"keywords": ["ng2-rest", "docs", "documentation"],
|
|
43
|
+
"workerPlugins": {}
|
|
44
44
|
}
|
package/package.json
CHANGED
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"name": "json10",
|
|
49
49
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
50
|
-
"version": "18.0.
|
|
50
|
+
"version": "18.0.2",
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
53
53
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"lodash-walk-object": "~
|
|
70
|
+
"lodash-walk-object": "~18.0.2"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "b43fa78a1bf2aea3fe91328993fadd89c66b0c99",
|
|
75
75
|
"devDependencies": {},
|
|
76
76
|
"main": "dist/app.electron.js"
|
|
77
77
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"name": "json10",
|
|
53
53
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
54
|
-
"version": "18.0.
|
|
54
|
+
"version": "18.0.2",
|
|
55
55
|
"scripts": {
|
|
56
56
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
57
57
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -71,11 +71,11 @@
|
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"lodash-walk-object": "~
|
|
74
|
+
"lodash-walk-object": "~18.0.2"
|
|
75
75
|
},
|
|
76
76
|
"license": "MIT",
|
|
77
77
|
"private": false,
|
|
78
|
-
"lastBuildTagHash": "
|
|
78
|
+
"lastBuildTagHash": "b43fa78a1bf2aea3fe91328993fadd89c66b0c99",
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@angular-builders/custom-webpack": "~18.0.0",
|
|
81
81
|
"@angular-devkit/build-angular": "~18.1.4",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"angular-material-css-vars": "7.0.0",
|
|
164
164
|
"angular-resize-event": "3.2.0",
|
|
165
165
|
"animate.css": "4.1.1",
|
|
166
|
-
"any-project-cli": "~
|
|
166
|
+
"any-project-cli": "~18.0.2",
|
|
167
167
|
"app-root-path": "3.1.0",
|
|
168
168
|
"axios": "1.7.3",
|
|
169
169
|
"background-worker-process": "~16.100.10",
|
|
@@ -175,10 +175,10 @@
|
|
|
175
175
|
"bun": "1.1.22",
|
|
176
176
|
"callsite-record": "4.1.5",
|
|
177
177
|
"chai": "4.5.0",
|
|
178
|
-
"chalk": "
|
|
178
|
+
"chalk": "2.3.2",
|
|
179
179
|
"check-node-version": "3.2.0",
|
|
180
180
|
"cheerio": "1.0.0",
|
|
181
|
-
"chokidar": "
|
|
181
|
+
"chokidar": "3.5.3",
|
|
182
182
|
"circular-json": "0.5.1",
|
|
183
183
|
"class-transformer": "0.5.1",
|
|
184
184
|
"class-validator": "0.14.1",
|
|
@@ -220,10 +220,10 @@
|
|
|
220
220
|
"file-type": "19.1.1",
|
|
221
221
|
"firedev": "^18",
|
|
222
222
|
"firedev-crud": "~16.444.15",
|
|
223
|
-
"firedev-crud-deamon": "~
|
|
223
|
+
"firedev-crud-deamon": "~18.0.2",
|
|
224
224
|
"firedev-ports": "~16.444.15",
|
|
225
225
|
"firedev-storage": "~16.444.11",
|
|
226
|
-
"firedev-type-sql": "~
|
|
226
|
+
"firedev-type-sql": "~18.0.1",
|
|
227
227
|
"firedev-typeorm": "~16.444.11",
|
|
228
228
|
"firedev-ui": "~16.444.1",
|
|
229
229
|
"fkill": "6.1.0",
|
|
@@ -243,11 +243,11 @@
|
|
|
243
243
|
"image-focus": "1.2.1",
|
|
244
244
|
"immer": "10.0.2",
|
|
245
245
|
"immutable": "4.3.7",
|
|
246
|
-
"incremental-compiler": "~
|
|
246
|
+
"incremental-compiler": "~18.0.2",
|
|
247
247
|
"inquirer": "7.3.3",
|
|
248
248
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
249
249
|
"is-elevated": "3.0.0",
|
|
250
|
-
"isomorphic-region-loader": "~
|
|
250
|
+
"isomorphic-region-loader": "~18.0.2",
|
|
251
251
|
"istanbul-instrumenter-loader": "3.0.1",
|
|
252
252
|
"jest": "29.7.0",
|
|
253
253
|
"jest-date-mock": "1.0.10",
|
|
@@ -258,18 +258,18 @@
|
|
|
258
258
|
"joi": "17.13.3",
|
|
259
259
|
"jscodeshift": "0.6.3",
|
|
260
260
|
"json-stringify-safe": "5.0.1",
|
|
261
|
-
"json10": "~
|
|
262
|
-
"json10-writer": "~
|
|
261
|
+
"json10": "~18.0.1",
|
|
262
|
+
"json10-writer": "~18.0.2",
|
|
263
263
|
"json5": "2.2.3",
|
|
264
264
|
"json5-writer": "0.2.0",
|
|
265
265
|
"jszip": "3.10.1",
|
|
266
|
-
"karma-cli": "0.1
|
|
266
|
+
"karma-cli": "1.0.1",
|
|
267
267
|
"lnk": "1.0.1",
|
|
268
268
|
"localforage": "1.10.0",
|
|
269
269
|
"lockfile": "1.0.4",
|
|
270
270
|
"lodash": "4.17.21",
|
|
271
271
|
"lowdb": "7.0.1",
|
|
272
|
-
"magic-renamer": "~
|
|
272
|
+
"magic-renamer": "~18.0.2",
|
|
273
273
|
"material-design-icons": "3.0.1",
|
|
274
274
|
"method-override": "2.3.10",
|
|
275
275
|
"minimist": "1.2.8",
|
|
@@ -281,9 +281,9 @@
|
|
|
281
281
|
"ng-lock": "18.0.1",
|
|
282
282
|
"ng-packagr": "18.1.0",
|
|
283
283
|
"ng-talkback": "~16.444.7",
|
|
284
|
-
"ng2-logger": "~
|
|
284
|
+
"ng2-logger": "~18.0.4",
|
|
285
285
|
"ng2-pdfjs-viewer": "18.0.0",
|
|
286
|
-
"ng2-rest": "~
|
|
286
|
+
"ng2-rest": "~18.0.1",
|
|
287
287
|
"ngx-ace-wrapper": "17.0.0",
|
|
288
288
|
"ngx-editor": "17.5.4",
|
|
289
289
|
"ngx-highlightjs": "12.0.0",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"node-cli-tester": "~16.444.7",
|
|
300
300
|
"node-localstorage": "2.1.6",
|
|
301
301
|
"node-notifier": "10.0.1",
|
|
302
|
-
"node-polyfill-webpack-plugin": "
|
|
302
|
+
"node-polyfill-webpack-plugin": "2.0.1",
|
|
303
303
|
"nodemon": "2.0.22",
|
|
304
304
|
"npm-get-dependents": "1.0.1",
|
|
305
305
|
"npm-run": "4.1.2",
|
|
@@ -345,12 +345,13 @@
|
|
|
345
345
|
"systeminformation": "3.45.7",
|
|
346
346
|
"task.js": "0.1.5",
|
|
347
347
|
"threads": "1.7.0",
|
|
348
|
+
"tnp": "~18.0.2",
|
|
348
349
|
"tnp-cli": "~16.444.7",
|
|
349
|
-
"tnp-config": "~
|
|
350
|
-
"tnp-core": "~18.0.
|
|
351
|
-
"tnp-db": "~
|
|
352
|
-
"tnp-helpers": "~
|
|
353
|
-
"tnp-models": "~18.0.
|
|
350
|
+
"tnp-config": "~18.0.4",
|
|
351
|
+
"tnp-core": "~18.0.26",
|
|
352
|
+
"tnp-db": "~18.0.2",
|
|
353
|
+
"tnp-helpers": "~18.0.2",
|
|
354
|
+
"tnp-models": "~18.0.3",
|
|
354
355
|
"ts-debug": "1.3.0",
|
|
355
356
|
"ts-json-schema-generator": "2.3.0-next.5",
|
|
356
357
|
"ts-loader": "2.3.1",
|
|
@@ -361,7 +362,7 @@
|
|
|
361
362
|
"typedoc": "0.26.5",
|
|
362
363
|
"typedoc-plugin-markdown": "4.2.3",
|
|
363
364
|
"typescript": "~5.5.4",
|
|
364
|
-
"typescript-class-helpers": "~
|
|
365
|
+
"typescript-class-helpers": "~18.0.3",
|
|
365
366
|
"typescript-formatter": "~7.2.2",
|
|
366
367
|
"underscore": "1.13.7",
|
|
367
368
|
"uuid": "10.0.0",
|
|
@@ -369,7 +370,7 @@
|
|
|
369
370
|
"video.js": "8.3.0",
|
|
370
371
|
"vpn-split": "~16.444.7",
|
|
371
372
|
"vscode": "1.1.37",
|
|
372
|
-
"wait-on": "
|
|
373
|
+
"wait-on": "7.0.1",
|
|
373
374
|
"watch": "1.0.2",
|
|
374
375
|
"webpack": "~5.80",
|
|
375
376
|
"webpack-dev-middleware": "~6.1.3",
|
|
@@ -380,14 +381,14 @@
|
|
|
380
381
|
"main": "dist/app.electron.js"
|
|
381
382
|
},
|
|
382
383
|
"build": {
|
|
383
|
-
"number":
|
|
384
|
-
"date": "2024-
|
|
385
|
-
"hash": "
|
|
384
|
+
"number": 333,
|
|
385
|
+
"date": "2024-08-12T19:32:05.000Z",
|
|
386
|
+
"hash": "675e8f04b69fb9876a4174071223675c3d1da8b0"
|
|
386
387
|
},
|
|
387
388
|
"currentProjectName": "json10",
|
|
388
389
|
"currentProjectGenericName": "json10",
|
|
389
390
|
"currentProjectType": "isomorphic-lib",
|
|
390
|
-
"currentFrameworkVersion": "18.0.
|
|
391
|
+
"currentFrameworkVersion": "18.0.2",
|
|
391
392
|
"isStandaloneProject": true,
|
|
392
393
|
"isSmartContainer": false,
|
|
393
394
|
"pathesTsconfig": "\"paths\": {\"json10\":[\"./src/lib\"],\"json10/*\":[\"./src/lib/*\"]},",
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "json10",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"peerDependencies": {
|
|
5
|
+
"@angular/common": "^13.2.0",
|
|
6
|
+
"@angular/core": "^13.2.0"
|
|
7
|
+
},
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"tslib": "^2.3.0"
|
|
10
|
+
},
|
|
11
|
+
"module": "fesm2022/json10.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
13
|
+
"exports": {
|
|
14
|
+
"./package.json": {
|
|
15
|
+
"default": "./package.json"
|
|
16
|
+
},
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/json10.mjs",
|
|
20
|
+
"esm": "./esm2022/json10.mjs",
|
|
21
|
+
"default": "./fesm2022/json10.mjs"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"sideEffects": false
|
|
25
|
+
}
|