source: trip-planner-front/node_modules/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.4 KB
Line 
1{
2 "_args": [
3 [
4 "url@0.11.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "url@0.11.0",
10 "_id": "url@0.11.0",
11 "_inBundle": false,
12 "_integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=",
13 "_location": "/url",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "url@0.11.0",
19 "name": "url",
20 "escapedName": "url",
21 "rawSpec": "0.11.0",
22 "saveSpec": null,
23 "fetchSpec": "0.11.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
29 "_spec": "0.11.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "bugs": {
32 "url": "https://github.com/defunctzombie/node-url/issues"
33 },
34 "dependencies": {
35 "punycode": "1.3.2",
36 "querystring": "0.2.0"
37 },
38 "description": "The core `url` packaged standalone for use with Browserify.",
39 "devDependencies": {
40 "assert": "1.1.1",
41 "mocha": "1.18.2",
42 "zuul": "3.3.0"
43 },
44 "homepage": "https://github.com/defunctzombie/node-url#readme",
45 "license": "MIT",
46 "main": "./url.js",
47 "name": "url",
48 "repository": {
49 "type": "git",
50 "url": "git+https://github.com/defunctzombie/node-url.git"
51 },
52 "scripts": {
53 "test": "mocha --ui qunit test.js && zuul -- test.js",
54 "test-local": "zuul --local -- test.js"
55 },
56 "version": "0.11.0"
57}
Note: See TracBrowser for help on using the repository browser.