summaryrefslogtreecommitdiffstats
path: root/node_modules/source-list-map/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/source-list-map/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/source-list-map/package.json')
-rw-r--r--node_modules/source-list-map/package.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/node_modules/source-list-map/package.json b/node_modules/source-list-map/package.json
new file mode 100644
index 0000000..f47c854
--- /dev/null
+++ b/node_modules/source-list-map/package.json
@@ -0,0 +1,57 @@
+{
+ "_from": "source-list-map@^2.0.0",
+ "_id": "source-list-map@2.0.1",
+ "_inBundle": false,
+ "_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
+ "_location": "/source-list-map",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "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",
+ "/webpack-sources"
+ ],
+ "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
+ "_shasum": "3993bd873bfc48479cca9ea3a547835c7c154b34",
+ "_spec": "source-list-map@^2.0.0",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/webpack-sources",
+ "author": {
+ "name": "Tobias Koppers @sokra"
+ },
+ "bugs": {
+ "url": "https://github.com/webpack/source-list-map/issues"
+ },
+ "bundleDependencies": false,
+ "deprecated": false,
+ "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.1"
+}