source: trip-planner-front/node_modules/slash/package.json@ 84d0fbb

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

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "slash@3.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "slash@3.0.0",
10 "_id": "slash@3.0.0",
11 "_inBundle": false,
12 "_integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
13 "_location": "/slash",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "slash@3.0.0",
19 "name": "slash",
20 "escapedName": "slash",
21 "rawSpec": "3.0.0",
22 "saveSpec": null,
23 "fetchSpec": "3.0.0"
24 },
25 "_requiredBy": [
26 "/globby"
27 ],
28 "_resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
29 "_spec": "3.0.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/slash/issues"
38 },
39 "description": "Convert Windows backslash paths to slash paths",
40 "devDependencies": {
41 "ava": "^1.4.1",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 },
45 "engines": {
46 "node": ">=8"
47 },
48 "files": [
49 "index.js",
50 "index.d.ts"
51 ],
52 "homepage": "https://github.com/sindresorhus/slash#readme",
53 "keywords": [
54 "path",
55 "seperator",
56 "slash",
57 "backslash",
58 "windows",
59 "convert"
60 ],
61 "license": "MIT",
62 "name": "slash",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/sindresorhus/slash.git"
66 },
67 "scripts": {
68 "test": "xo && ava && tsd"
69 },
70 "version": "3.0.0"
71}
Note: See TracBrowser for help on using the repository browser.