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

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 576 bytes
Line 
1{
2 "name": "slash",
3 "version": "3.0.0",
4 "description": "Convert Windows backslash paths to slash paths",
5 "license": "MIT",
6 "repository": "sindresorhus/slash",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "path",
24 "seperator",
25 "slash",
26 "backslash",
27 "windows",
28 "convert"
29 ],
30 "devDependencies": {
31 "ava": "^1.4.1",
32 "tsd": "^0.7.2",
33 "xo": "^0.24.0"
34 }
35}
Note: See TracBrowser for help on using the repository browser.