You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
873 B
40 lines
873 B
{ |
|
"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" |
|
} |
|
}
|
|
|