1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "source-map-resolve",
|
3 |
|
|
"version": "0.5.3",
|
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 |
|
|
"main": "lib/source-map-resolve-node.js",
|
22 |
|
|
"browser": "source-map-resolve.js",
|
23 |
|
|
"files": [
|
24 |
|
|
"lib",
|
25 |
|
|
"source-map-resolve.js"
|
26 |
|
|
],
|
27 |
|
|
"scripts": {
|
28 |
|
|
"lint": "jshint lib/ test/",
|
29 |
|
|
"unit": "node test/source-map-resolve.js && node test/windows.js",
|
30 |
|
|
"test": "npm run lint && npm run unit",
|
31 |
|
|
"build": "node generate-source-map-resolve.js"
|
32 |
|
|
},
|
33 |
|
|
"dependencies": {
|
34 |
|
|
"atob": "^2.1.2",
|
35 |
|
|
"decode-uri-component": "^0.2.0",
|
36 |
|
|
"resolve-url": "^0.2.1",
|
37 |
|
|
"source-map-url": "^0.4.0",
|
38 |
|
|
"urix": "^0.1.0"
|
39 |
|
|
},
|
40 |
|
|
"devDependencies": {
|
41 |
|
|
"Base64": "1.1.0",
|
42 |
|
|
"jshint": "2.10.3",
|
43 |
|
|
"setimmediate": "1.0.5",
|
44 |
|
|
"simple-asyncify": "1.0.0",
|
45 |
|
|
"tape": "4.12.1"
|
46 |
|
|
}
|
47 |
|
|
}
|