source: trip-planner-front/node_modules/upath/package.json@ bdd6491

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

adding photos

  • Property mode set to 100644
File size: 2.2 KB
Line 
1{
2 "_args": [
3 [
4 "upath@1.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "upath@1.2.0",
10 "_id": "upath@1.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
13 "_location": "/upath",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "upath@1.2.0",
19 "name": "upath",
20 "escapedName": "upath",
21 "rawSpec": "1.2.0",
22 "saveSpec": null,
23 "fetchSpec": "1.2.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server/chokidar"
27 ],
28 "_resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
29 "_spec": "1.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Angelos Pikoulas",
33 "email": "agelos.pikoulas@gmail.com"
34 },
35 "bugs": {
36 "url": "http://github.com/anodynos/upath/issues",
37 "email": "agelos.pikoulas@gmail.com"
38 },
39 "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
40 "devDependencies": {
41 "chai": "~4.0.2",
42 "coffee-script": "1.12.6",
43 "grunt": "0.4.5",
44 "grunt-contrib-watch": "^1.1.0",
45 "grunt-urequire": "0.7.x",
46 "lodash": "^4.17.15",
47 "mocha": "~3.4.2",
48 "uberscore": "0.0.19",
49 "underscore.string": "^3.3.5",
50 "urequire": "0.7.0-beta.33",
51 "urequire-ab-specrunner": "^0.2.5",
52 "urequire-rc-inject-version": "^0.1.6"
53 },
54 "directories": {
55 "doc": "./doc",
56 "dist": "./build"
57 },
58 "engines": {
59 "node": ">=4",
60 "yarn": "*"
61 },
62 "homepage": "http://github.com/anodynos/upath/",
63 "keywords": [
64 "path",
65 "unix",
66 "windows",
67 "extension",
68 "file extension",
69 "replace extension",
70 "change extension",
71 "trim extension",
72 "add extension",
73 "default extension"
74 ],
75 "license": "MIT",
76 "main": "./build/code/upath.js",
77 "name": "upath",
78 "preferGlobal": false,
79 "repository": {
80 "type": "git",
81 "url": "git://github.com/anodynos/upath.git"
82 },
83 "scripts": {
84 "build": "grunt lib",
85 "test": "grunt"
86 },
87 "types": "./upath.d.ts",
88 "version": "1.2.0"
89}
Note: See TracBrowser for help on using the repository browser.