lml-main
Version:
This is now a mono repository published into many standalone packages.
68 lines (67 loc) • 1.72 kB
JSON
{
"_args": [
[
"source-map-loader@0.2.1",
"/Users/robert/Code/core-ui/packages/cosmo-ui-build"
]
],
"_from": "source-map-loader@0.2.1",
"_id": "source-map-loader@0.2.1",
"_inBundle": false,
"_integrity": "sha1-SBJr6SML1H+tBeRqjDwuPS2r5Qc=",
"_location": "/source-map-loader",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "source-map-loader@0.2.1",
"name": "source-map-loader",
"escapedName": "source-map-loader",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/source-map-loader/issues"
},
"dependencies": {
"async": "^0.9.0",
"loader-utils": "~0.2.2",
"source-map": "~0.1.33"
},
"description": "extracts inlined source map and offers it to webpack",
"devDependencies": {
"mocha": "^1.18.2",
"should": "^3.3.1",
"standard-version": "^4.0.0"
},
"homepage": "https://github.com/webpack/source-map-loader#readme",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"name": "source-map-loader",
"repository": {
"type": "git",
"url": "git://github.com/webpack/source-map-loader.git"
},
"scripts": {
"release": "yarn run standard-version",
"test": "mocha -R spec",
"travis:test": "mocha -R spec"
},
"version": "0.2.1"
}