source: trip-planner-front/node_modules/source-map-resolve/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 873 bytes
Line 
1{
2 "name": "source-map-resolve",
3 "version": "0.6.0",
4 "author": "Simon Lydell",
5 "license": "MIT",
6 "description": "Resolve the source map and/or sources for a generated file.",
7 "keywords": [
8 "source map",
9 "sourcemap",
10 "source",
11 "map",
12 "sourceMappingURL",
13 "resolve",
14 "resolver",
15 "locate",
16 "locator",
17 "find",
18 "finder"
19 ],
20 "repository": "lydell/source-map-resolve",
21 "files": [
22 "index.js"
23 ],
24 "scripts": {
25 "lint": "jshint index.js test/",
26 "unit": "node test/index.js && node test/read.js && node test/windows.js",
27 "test": "npm run lint && npm run unit"
28 },
29 "dependencies": {
30 "atob": "^2.1.2",
31 "decode-uri-component": "^0.2.0"
32 },
33 "devDependencies": {
34 "Base64": "1.1.0",
35 "jshint": "2.10.3",
36 "setimmediate": "1.0.5",
37 "simple-asyncify": "1.0.0",
38 "tape": "4.12.1"
39 }
40}
Note: See TracBrowser for help on using the repository browser.