source: trip-planner-front/node_modules/urix/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "urix@0.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "urix@0.1.0",
10 "_id": "urix@0.1.0",
11 "_inBundle": false,
12 "_integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
13 "_location": "/urix",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "urix@0.1.0",
19 "name": "urix",
20 "escapedName": "urix",
21 "rawSpec": "0.1.0",
22 "saveSpec": null,
23 "fetchSpec": "0.1.0"
24 },
25 "_requiredBy": [
26 "/css-parse/css",
27 "/css-parse/source-map-resolve",
28 "/snapdragon/source-map-resolve"
29 ],
30 "_resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
31 "_spec": "0.1.0",
32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
33 "author": {
34 "name": "Simon Lydell"
35 },
36 "bugs": {
37 "url": "https://github.com/lydell/urix/issues"
38 },
39 "description": "Makes Windows-style paths more unix and URI friendly.",
40 "devDependencies": {
41 "jshint": "^2.4.4",
42 "mocha": "^1.17.1"
43 },
44 "homepage": "https://github.com/lydell/urix#readme",
45 "keywords": [
46 "path",
47 "url",
48 "uri",
49 "unix",
50 "windows",
51 "backslash",
52 "slash"
53 ],
54 "license": "MIT",
55 "main": "index.js",
56 "name": "urix",
57 "repository": {
58 "type": "git",
59 "url": "git+https://github.com/lydell/urix.git"
60 },
61 "scripts": {
62 "test": "jshint index.js test/ && mocha"
63 },
64 "version": "0.1.0"
65}
Note: See TracBrowser for help on using the repository browser.