source: trip-planner-front/node_modules/resolve-url/package.json@ 8d391a1

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

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "resolve-url@0.2.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "resolve-url@0.2.1",
10 "_id": "resolve-url@0.2.1",
11 "_inBundle": false,
12 "_integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
13 "_location": "/resolve-url",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "resolve-url@0.2.1",
19 "name": "resolve-url",
20 "escapedName": "resolve-url",
21 "rawSpec": "0.2.1",
22 "saveSpec": null,
23 "fetchSpec": "0.2.1"
24 },
25 "_requiredBy": [
26 "/css-parse/source-map-resolve",
27 "/snapdragon/source-map-resolve"
28 ],
29 "_resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
30 "_spec": "0.2.1",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Simon Lydell"
34 },
35 "bugs": {
36 "url": "https://github.com/lydell/resolve-url/issues"
37 },
38 "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
39 "devDependencies": {
40 "jshint": "~2.4.3",
41 "tape": "~2.5.0",
42 "testling": "~1.6.0"
43 },
44 "homepage": "https://github.com/lydell/resolve-url#readme",
45 "keywords": [
46 "resolve",
47 "url"
48 ],
49 "license": "MIT",
50 "main": "resolve-url.js",
51 "name": "resolve-url",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/lydell/resolve-url.git"
55 },
56 "scripts": {
57 "test": "jshint resolve-url.js test/ && testling -u"
58 },
59 "testling": {
60 "files": "test/*.js",
61 "browsers": [
62 "ie/8..latest",
63 "chrome/latest",
64 "firefox/latest",
65 "opera/12",
66 "opera/latest",
67 "safari/5",
68 "iphone/6",
69 "android-browser/4"
70 ]
71 },
72 "version": "0.2.1"
73}
Note: See TracBrowser for help on using the repository browser.