mirror of https://github.com/jkjoy/sunpeiwen.git
41 lines
913 B
JSON
41 lines
913 B
JSON
{
|
|
"name": "source-map-resolve",
|
|
"version": "0.6.0",
|
|
"author": "Simon Lydell",
|
|
"license": "MIT",
|
|
"description": "Resolve the source map and/or sources for a generated file.",
|
|
"keywords": [
|
|
"source map",
|
|
"sourcemap",
|
|
"source",
|
|
"map",
|
|
"sourceMappingURL",
|
|
"resolve",
|
|
"resolver",
|
|
"locate",
|
|
"locator",
|
|
"find",
|
|
"finder"
|
|
],
|
|
"repository": "lydell/source-map-resolve",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"lint": "jshint index.js test/",
|
|
"unit": "node test/index.js && node test/read.js && node test/windows.js",
|
|
"test": "npm run lint && npm run unit"
|
|
},
|
|
"dependencies": {
|
|
"atob": "^2.1.2",
|
|
"decode-uri-component": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"Base64": "1.1.0",
|
|
"jshint": "2.10.3",
|
|
"setimmediate": "1.0.5",
|
|
"simple-asyncify": "1.0.0",
|
|
"tape": "4.12.1"
|
|
}
|
|
}
|