package.json
1.63 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
{
"_from": "@slynova/slug@^1.0.0",
"_id": "@slynova/slug@1.1.2",
"_inBundle": false,
"_integrity": "sha512-lFJRP4rqRxqxMjEnIih84jvQC6Xc4a3Yi0Z3gbemWOJX60HBBqEFfFrudmYYA+ga46b6Gxv7ofguZ9+ghl1EMg==",
"_location": "/@slynova/slug",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@slynova/slug@^1.0.0",
"name": "@slynova/slug",
"escapedName": "@slynova%2fslug",
"scope": "@slynova",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/indicative"
],
"_resolved": "https://registry.npmjs.org/@slynova/slug/-/slug-1.1.2.tgz",
"_shasum": "c6289781da191b3ea386d678843cb7a7db7844e8",
"_spec": "@slynova/slug@^1.0.0",
"_where": "C:\\Users\\admin\\Documents\\express-project\\node_modules\\indicative",
"author": {
"name": "Romain Lanz",
"email": "romain.lanz@slynova.ch"
},
"bugs": {
"url": "https://github.com/Slynova-Org/slug/issues"
},
"bundleDependencies": false,
"dependencies": {
"charmap": "^1.1.6",
"lodash.kebabcase": "^4.1.1"
},
"deprecated": false,
"description": "Transforms any text into an uri-safe string.",
"devDependencies": {
"japa": "^1.0.6",
"japa-cli": "^1.0.1",
"nyc": "^11.9.0"
},
"homepage": "https://github.com/Slynova-Org/slug#readme",
"license": "MIT",
"main": "src/index.js",
"name": "@slynova/slug",
"repository": {
"type": "git",
"url": "git+https://github.com/Slynova-Org/slug.git"
},
"scripts": {
"test": "npm run test:coverage",
"test:coverage": "nyc npm run test:local",
"test:local": "japa"
},
"version": "1.1.2"
}