123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- {
- "_from": "source-map@^0.5.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
- "_location": "/source-map",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "source-map@^0.5.0",
- "name": "source-map",
- "escapedName": "source-map",
- "rawSpec": "^0.5.0",
- "saveSpec": null,
- "fetchSpec": "^0.5.0"
- },
- "_requiredBy": [
- "/@babel/cli",
- "/@babel/core",
- "/@babel/generator",
- "/snapdragon"
- ],
- "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
- "_shasum": "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc",
- "_spec": "source-map@^0.5.0",
- "_where": "/Users/konstantinosschoinas/Desktop/modular/algorithms/node_modules/@babel/cli",
- "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",
- "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.5.7"
- }
|