| { |
| "author": { |
| "email": "nfitzgerald@mozilla.com", |
| "name": "Nick Fitzgerald" |
| }, |
| "bugs": { |
| "url": "https://github.com/mozilla/source-map/issues" |
| }, |
| "bundleDependencies": false, |
| "contributors": [ |
| { |
| "email": "tobias.koppers@googlemail.com", |
| "name": "Tobias Koppers" |
| }, |
| { |
| "email": "duncan@dweebd.com", |
| "name": "Duncan Beevers" |
| }, |
| { |
| "email": "scrane@mozilla.com", |
| "name": "Stephen Crane" |
| }, |
| { |
| "email": "seddon.ryan@gmail.com", |
| "name": "Ryan Seddon" |
| }, |
| { |
| "email": "miles.elam@deem.com", |
| "name": "Miles Elam" |
| }, |
| { |
| "email": "mihai.bazon@gmail.com", |
| "name": "Mihai Bazon" |
| }, |
| { |
| "email": "github.public.email@michael.ficarra.me", |
| "name": "Michael Ficarra" |
| }, |
| { |
| "email": "todd@twolfson.com", |
| "name": "Todd Wolfson" |
| }, |
| { |
| "email": "alexander@solovyov.net", |
| "name": "Alexander Solovyov" |
| }, |
| { |
| "email": "fgnass@gmail.com", |
| "name": "Felix Gnass" |
| }, |
| { |
| "email": "conrad.irwin@gmail.com", |
| "name": "Conrad Irwin" |
| }, |
| { |
| "email": "usrbincc@yahoo.com", |
| "name": "usrbincc" |
| }, |
| { |
| "email": "glasser@davidglasser.net", |
| "name": "David Glasser" |
| }, |
| { |
| "email": "chase@newrelic.com", |
| "name": "Chase Douglas" |
| }, |
| { |
| "email": "evan.exe@gmail.com", |
| "name": "Evan Wallace" |
| }, |
| { |
| "email": "fayearthur@gmail.com", |
| "name": "Heather Arthur" |
| }, |
| { |
| "email": "hughskennedy@gmail.com", |
| "name": "Hugh Kennedy" |
| }, |
| { |
| "email": "glasser@davidglasser.net", |
| "name": "David Glasser" |
| }, |
| { |
| "email": "simon.lydell@gmail.com", |
| "name": "Simon Lydell" |
| }, |
| { |
| "email": "jellyes2@gmail.com", |
| "name": "Jmeas Smith" |
| }, |
| { |
| "email": "mzgoddard@gmail.com", |
| "name": "Michael Z Goddard" |
| }, |
| { |
| "email": "azu@users.noreply.github.com", |
| "name": "azu" |
| }, |
| { |
| "email": "john@gozde.ca", |
| "name": "John Gozde" |
| }, |
| { |
| "email": "akirkton@truefitinnovation.com", |
| "name": "Adam Kirkton" |
| }, |
| { |
| "email": "christopher.montgomery@dowjones.com", |
| "name": "Chris Montgomery" |
| }, |
| { |
| "email": "jryans@gmail.com", |
| "name": "J. Ryan Stinnett" |
| }, |
| { |
| "email": "jherrington@walmartlabs.com", |
| "name": "Jack Herrington" |
| }, |
| { |
| "email": "jeffpalentine@gmail.com", |
| "name": "Chris Truter" |
| }, |
| { |
| "email": "daniel@danielespeset.com", |
| "name": "Daniel Espeset" |
| }, |
| { |
| "email": "jamie.lf.wong@gmail.com", |
| "name": "Jamie Wong" |
| }, |
| { |
| "email": "ejpbruel@mozilla.com", |
| "name": "Eddy Bru\u00ebl" |
| }, |
| { |
| "email": "hawkrives@gmail.com", |
| "name": "Hawken Rives" |
| }, |
| { |
| "email": "giladp007@gmail.com", |
| "name": "Gilad Peleg" |
| }, |
| { |
| "email": "djchie.dev@gmail.com", |
| "name": "djchie" |
| }, |
| { |
| "email": "garysye@gmail.com", |
| "name": "Gary Ye" |
| }, |
| { |
| "email": "nicolas.lalevee@hibnet.org", |
| "name": "Nicolas Laleve\u0301e" |
| } |
| ], |
| "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://git@github.com/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" |
| } |