blob: 6e381dcfcefc2aba6fb38fe8e948e2bb7b1a87ae [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "filenamify@^2.0.0",
3 "_id": "filenamify@2.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-ICw7NTT6RsDp2rnYKVd8Fu4cr6ITzGy3+u4vUujPkabyaz+03F24NWEX7fs5fp+kBonlaqPH8fAO2NM+SXt/JA==",
6 "_location": "/filenamify",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "filenamify@^2.0.0",
12 "name": "filenamify",
13 "escapedName": "filenamify",
14 "rawSpec": "^2.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.0"
17 },
18 "_requiredBy": [
19 "/bin-wrapper/download",
20 "/download"
21 ],
22 "_resolved": "https://registry.npmjs.org/filenamify/-/filenamify-2.1.0.tgz",
23 "_shasum": "88faf495fb1b47abfd612300002a16228c677ee9",
24 "_spec": "filenamify@^2.0.0",
25 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\download",
26 "author": {
27 "name": "Sindre Sorhus",
28 "email": "sindresorhus@gmail.com",
29 "url": "sindresorhus.com"
30 },
31 "bugs": {
32 "url": "https://github.com/sindresorhus/filenamify/issues"
33 },
34 "bundleDependencies": false,
35 "dependencies": {
36 "filename-reserved-regex": "^2.0.0",
37 "strip-outer": "^1.0.0",
38 "trim-repeated": "^1.0.0"
39 },
40 "deprecated": false,
41 "description": "Convert a string to a valid safe filename",
42 "devDependencies": {
43 "ava": "*",
44 "xo": "*"
45 },
46 "engines": {
47 "node": ">=4"
48 },
49 "files": [
50 "index.js"
51 ],
52 "homepage": "https://github.com/sindresorhus/filenamify#readme",
53 "keywords": [
54 "filename",
55 "safe",
56 "sanitize",
57 "file",
58 "name",
59 "string",
60 "path",
61 "filepath",
62 "convert",
63 "valid",
64 "dirname"
65 ],
66 "license": "MIT",
67 "name": "filenamify",
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/sindresorhus/filenamify.git"
71 },
72 "scripts": {
73 "test": "xo && ava"
74 },
75 "version": "2.1.0"
76}