blob: c9ba638e5ce7e8fcd284f0bafc9c69dda2f9b60a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "urix@^0.1.0",
3 "_id": "urix@0.1.0",
4 "_inBundle": false,
5 "_integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
6 "_location": "/urix",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "urix@^0.1.0",
12 "name": "urix",
13 "escapedName": "urix",
14 "rawSpec": "^0.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^0.1.0"
17 },
18 "_requiredBy": [
19 "/source-map-resolve"
20 ],
21 "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
22 "_shasum": "da937f7a62e21fec1fd18d49b35c2935067a6c72",
23 "_spec": "urix@^0.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\source-map-resolve",
25 "author": {
26 "name": "Simon Lydell"
27 },
28 "bugs": {
29 "url": "https://github.com/lydell/urix/issues"
30 },
31 "bundleDependencies": false,
32 "deprecated": "Please see https://github.com/lydell/urix#deprecated",
33 "description": "Makes Windows-style paths more unix and URI friendly.",
34 "devDependencies": {
35 "jshint": "^2.4.4",
36 "mocha": "^1.17.1"
37 },
38 "homepage": "https://github.com/lydell/urix#readme",
39 "keywords": [
40 "path",
41 "url",
42 "uri",
43 "unix",
44 "windows",
45 "backslash",
46 "slash"
47 ],
48 "license": "MIT",
49 "main": "index.js",
50 "name": "urix",
51 "repository": {
52 "type": "git",
53 "url": "git+https://github.com/lydell/urix.git"
54 },
55 "scripts": {
56 "test": "jshint index.js test/ && mocha"
57 },
58 "version": "0.1.0"
59}