package.json
1.53 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
{
"_from": "charmap@^1.1.6",
"_id": "charmap@1.1.6",
"_inBundle": false,
"_integrity": "sha512-BfgDyIZOETYrvthjHHLY44S3s21o/VRZoLBSbJbbMs/k2XluBvdayklV4BBs4tB0MgiUgAPRWoOkYeBLk58R1w==",
"_location": "/charmap",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "charmap@^1.1.6",
"name": "charmap",
"escapedName": "charmap",
"rawSpec": "^1.1.6",
"saveSpec": null,
"fetchSpec": "^1.1.6"
},
"_requiredBy": [
"/@slynova/slug"
],
"_resolved": "https://registry.npmjs.org/charmap/-/charmap-1.1.6.tgz",
"_shasum": "c81f41fb7870523feb268e4a4451b6abb67131cb",
"_spec": "charmap@^1.1.6",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\@slynova\\slug",
"author": {
"name": "Romain Lanz",
"email": "romain.lanz@slynova.ch"
},
"bugs": {
"url": "https://github.com/Slynova-Org/charmap/issues"
},
"bundleDependencies": false,
"dependencies": {
"es6-object-assign": "^1.1.0"
},
"deprecated": false,
"description": "ASCII Charmap lookup table",
"devDependencies": {
"japa": "^1.0.5",
"japa-cli": "^1.0.1",
"nyc": "^11.3.0"
},
"homepage": "https://github.com/Slynova-Org/charmap#readme",
"license": "MIT",
"main": "src/index.js",
"name": "charmap",
"repository": {
"type": "git",
"url": "git+https://github.com/Slynova-Org/charmap.git"
},
"scripts": {
"test": "npm run test:coverage",
"test:coverage": "nyc npm run test:local",
"test:local": "japa"
},
"version": "1.1.6"
}