source: trip-planner-front/node_modules/canonical-path/package.json@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 482 bytes
Line 
1{
2 "name": "canonical-path",
3 "version": "1.0.0",
4 "description": "paths that always use forward slashes",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "scripts": {
8 "test": "jasmine index.spec.js"
9 },
10 "repository": "https://github.com/petebacondarwin/node-canonical-path",
11 "keywords": [
12 "path",
13 "forward",
14 "slashes",
15 "OS",
16 "windows"
17 ],
18 "author": "Pete Bacon Darwin",
19 "license": "MIT",
20 "devDependencies": {
21 "jasmine": "^3.2.0"
22 }
23}
Note: See TracBrowser for help on using the repository browser.