Completely updated React, fixed #11, (hopefully)

This commit is contained in:
2018-03-04 19:11:49 -05:00
parent 6e0afd6e2a
commit 34e5f5139a
13674 changed files with 333464 additions and 473223 deletions

View File

@@ -1,29 +1,59 @@
{
"name": "source-list-map",
"version": "2.0.0",
"description": "Fast line to line SourceMap generator.",
"author": "Tobias Koppers @sokra",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack/source-list-map.git"
},
"keywords": [
"source-map"
"_args": [
[
"source-list-map@2.0.0",
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
]
],
"files": [
"lib"
"_from": "source-list-map@2.0.0",
"_id": "source-list-map@2.0.0",
"_inBundle": false,
"_integrity": "sha512-I2UmuJSRr/T8jisiROLU3A3ltr+swpniSmNPI4Ml3ZCX6tVnDsuZzK7F2hl5jTqbZBWCEKlj5HRQiPExXLgE8A==",
"_location": "/css-loader/source-list-map",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "source-list-map@2.0.0",
"name": "source-list-map",
"escapedName": "source-list-map",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/css-loader"
],
"license": "MIT",
"_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
"author": {
"name": "Tobias Koppers @sokra"
},
"bugs": {
"url": "https://github.com/webpack/source-list-map/issues"
},
"homepage": "https://github.com/webpack/source-list-map",
"description": "Fast line to line SourceMap generator.",
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
}
},
"files": [
"lib"
],
"homepage": "https://github.com/webpack/source-list-map",
"keywords": [
"source-map"
],
"license": "MIT",
"main": "lib/index.js",
"name": "source-list-map",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/source-list-map.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "2.0.0"
}