diff options
| author | 8cy <[email protected]> | 2020-04-30 15:46:16 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-30 15:46:16 -0700 |
| commit | 3a4deac89054021b56ad5bd8005b2044cc085c98 (patch) | |
| tree | 3dd6af8503e497e46180b6b5231674f36bdce9f2 /node_modules/source-map/package.json | |
| download | uppity-3a4deac89054021b56ad5bd8005b2044cc085c98.tar.xz uppity-3a4deac89054021b56ad5bd8005b2044cc085c98.zip | |
Up, up, uppity.
Diffstat (limited to 'node_modules/source-map/package.json')
| -rw-r--r-- | node_modules/source-map/package.json | 212 |
1 files changed, 212 insertions, 0 deletions
diff --git a/node_modules/source-map/package.json b/node_modules/source-map/package.json new file mode 100644 index 0000000..d2c2d5b --- /dev/null +++ b/node_modules/source-map/package.json @@ -0,0 +1,212 @@ +{ + "_from": "source-map@^0.6.1", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "_location": "/source-map", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "source-map@^0.6.1", + "name": "source-map", + "escapedName": "source-map", + "rawSpec": "^0.6.1", + "saveSpec": null, + "fetchSpec": "^0.6.1" + }, + "_requiredBy": [ + "/handlebars" + ], + "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "_shasum": "74722af32e9614e9c287a8d0bbde48b5e2f1a263", + "_spec": "source-map@^0.6.1", + "_where": "E:\\Documents\\GitHub\\uppity\\node_modules\\handlebars", + "author": { + "name": "Nick Fitzgerald", + "email": "[email protected]" + }, + "bugs": { + "url": "https://github.com/mozilla/source-map/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Tobias Koppers", + "email": "[email protected]" + }, + { + "name": "Duncan Beevers", + "email": "[email protected]" + }, + { + "name": "Stephen Crane", + "email": "[email protected]" + }, + { + "name": "Ryan Seddon", + "email": "[email protected]" + }, + { + "name": "Miles Elam", + "email": "[email protected]" + }, + { + "name": "Mihai Bazon", + "email": "[email protected]" + }, + { + "name": "Michael Ficarra", + "email": "[email protected]" + }, + { + "name": "Todd Wolfson", + "email": "[email protected]" + }, + { + "name": "Alexander Solovyov", + "email": "[email protected]" + }, + { + "name": "Felix Gnass", + "email": "[email protected]" + }, + { + "name": "Conrad Irwin", + "email": "[email protected]" + }, + { + "name": "usrbincc", + "email": "[email protected]" + }, + { + "name": "David Glasser", + "email": "[email protected]" + }, + { + "name": "Chase Douglas", + "email": "[email protected]" + }, + { + "name": "Evan Wallace", + "email": "[email protected]" + }, + { + "name": "Heather Arthur", + "email": "[email protected]" + }, + { + "name": "Hugh Kennedy", + "email": "[email protected]" + }, + { + "name": "David Glasser", + "email": "[email protected]" + }, + { + "name": "Simon Lydell", + "email": "[email protected]" + }, + { + "name": "Jmeas Smith", + "email": "[email protected]" + }, + { + "name": "Michael Z Goddard", + "email": "[email protected]" + }, + { + "name": "azu", + "email": "[email protected]" + }, + { + "name": "John Gozde", + "email": "[email protected]" + }, + { + "name": "Adam Kirkton", + "email": "[email protected]" + }, + { + "name": "Chris Montgomery", + "email": "[email protected]" + }, + { + "name": "J. Ryan Stinnett", + "email": "[email protected]" + }, + { + "name": "Jack Herrington", + "email": "[email protected]" + }, + { + "name": "Chris Truter", + "email": "[email protected]" + }, + { + "name": "Daniel Espeset", + "email": "[email protected]" + }, + { + "name": "Jamie Wong", + "email": "[email protected]" + }, + { + "name": "Eddy Bruël", + "email": "[email protected]" + }, + { + "name": "Hawken Rives", + "email": "[email protected]" + }, + { + "name": "Gilad Peleg", + "email": "[email protected]" + }, + { + "name": "djchie", + "email": "[email protected]" + }, + { + "name": "Gary Ye", + "email": "[email protected]" + }, + { + "name": "Nicolas Lalevée", + "email": "[email protected]" + } + ], + "deprecated": false, + "description": "Generates and consumes source maps", + "devDependencies": { + "doctoc": "^0.15.0", + "webpack": "^1.12.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "source-map.js", + "source-map.d.ts", + "lib/", + "dist/source-map.debug.js", + "dist/source-map.js", + "dist/source-map.min.js", + "dist/source-map.min.js.map" + ], + "homepage": "https://github.com/mozilla/source-map", + "license": "BSD-3-Clause", + "main": "./source-map.js", + "name": "source-map", + "repository": { + "type": "git", + "url": "git+ssh://[email protected]/mozilla/source-map.git" + }, + "scripts": { + "build": "webpack --color", + "test": "npm run build && node test/run-tests.js", + "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" + }, + "typings": "source-map", + "version": "0.6.1" +} |