source: trip-planner-front/node_modules/source-map-js/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "name": "source-map-js",
3 "description": "Generates and consumes source maps",
4 "version": "0.6.2",
5 "homepage": "https://github.com/7rulnik/source-map",
6 "author": "Valentin 7rulnik Semirulnik <v7rulnik@gmail.com>",
7 "contributors": [
8 "Nick Fitzgerald <nfitzgerald@mozilla.com>",
9 "Tobias Koppers <tobias.koppers@googlemail.com>",
10 "Duncan Beevers <duncan@dweebd.com>",
11 "Stephen Crane <scrane@mozilla.com>",
12 "Ryan Seddon <seddon.ryan@gmail.com>",
13 "Miles Elam <miles.elam@deem.com>",
14 "Mihai Bazon <mihai.bazon@gmail.com>",
15 "Michael Ficarra <github.public.email@michael.ficarra.me>",
16 "Todd Wolfson <todd@twolfson.com>",
17 "Alexander Solovyov <alexander@solovyov.net>",
18 "Felix Gnass <fgnass@gmail.com>",
19 "Conrad Irwin <conrad.irwin@gmail.com>",
20 "usrbincc <usrbincc@yahoo.com>",
21 "David Glasser <glasser@davidglasser.net>",
22 "Chase Douglas <chase@newrelic.com>",
23 "Evan Wallace <evan.exe@gmail.com>",
24 "Heather Arthur <fayearthur@gmail.com>",
25 "Hugh Kennedy <hughskennedy@gmail.com>",
26 "David Glasser <glasser@davidglasser.net>",
27 "Simon Lydell <simon.lydell@gmail.com>",
28 "Jmeas Smith <jellyes2@gmail.com>",
29 "Michael Z Goddard <mzgoddard@gmail.com>",
30 "azu <azu@users.noreply.github.com>",
31 "John Gozde <john@gozde.ca>",
32 "Adam Kirkton <akirkton@truefitinnovation.com>",
33 "Chris Montgomery <christopher.montgomery@dowjones.com>",
34 "J. Ryan Stinnett <jryans@gmail.com>",
35 "Jack Herrington <jherrington@walmartlabs.com>",
36 "Chris Truter <jeffpalentine@gmail.com>",
37 "Daniel Espeset <daniel@danielespeset.com>",
38 "Jamie Wong <jamie.lf.wong@gmail.com>",
39 "Eddy Bruël <ejpbruel@mozilla.com>",
40 "Hawken Rives <hawkrives@gmail.com>",
41 "Gilad Peleg <giladp007@gmail.com>",
42 "djchie <djchie.dev@gmail.com>",
43 "Gary Ye <garysye@gmail.com>",
44 "Nicolas Lalevée <nicolas.lalevee@hibnet.org>"
45 ],
46 "repository": {
47 "type": "git",
48 "url": "http://github.com/7rulnik/source-map.git"
49 },
50 "main": "./source-map.js",
51 "files": [
52 "source-map.js",
53 "source-map.d.ts",
54 "lib/",
55 "dist/source-map.debug.js",
56 "dist/source-map.js",
57 "dist/source-map.min.js",
58 "dist/source-map.min.js.map"
59 ],
60 "engines": {
61 "node": ">=0.10.0"
62 },
63 "license": "BSD-3-Clause",
64 "scripts": {
65 "test": "npm run build && node test/run-tests.js",
66 "build": "webpack --color",
67 "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
68 },
69 "devDependencies": {
70 "doctoc": "^0.15.0",
71 "webpack": "^1.12.0"
72 },
73 "typings": "source-map"
74}
Note: See TracBrowser for help on using the repository browser.