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
| {
| "_from": "charcodes@^0.2.0",
| "_id": "charcodes@0.2.0",
| "_inBundle": false,
| "_integrity": "sha512-Y4kiDb+AM4Ecy58YkuZrrSRJBDQdQ2L+NyS1vHHFtNtUjgutcZfx3yp1dAONI/oPaPmyGfCLx5CxL+zauIMyKQ==",
| "_location": "/charcodes",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "charcodes@^0.2.0",
| "name": "charcodes",
| "escapedName": "charcodes",
| "rawSpec": "^0.2.0",
| "saveSpec": null,
| "fetchSpec": "^0.2.0"
| },
| "_requiredBy": [
| "/@babel/plugin-proposal-decorators"
| ],
| "_resolved": "https://registry.npmjs.org/charcodes/-/charcodes-0.2.0.tgz",
| "_shasum": "5208d327e6cc05f99eb80ffc814707572d1f14e4",
| "_spec": "charcodes@^0.2.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@babel\\plugin-proposal-decorators",
| "author": {
| "name": "Sven Sauleau"
| },
| "bugs": {
| "url": "https://github.com/xtuc/charcodes/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "Char codes constants",
| "engines": {
| "node": ">=6"
| },
| "homepage": "https://github.com/xtuc/charcodes#readme",
| "keywords": [
| "charcodes",
| "ascii",
| "constants"
| ],
| "license": "MIT",
| "main": "lib/index.js",
| "module": "lib/index.mjs",
| "name": "charcodes",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/xtuc/charcodes.git"
| },
| "version": "0.2.0"
| }
|
|