CoolFace
Apppublic

Ejdjdososs/fable-ai

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
package.json72 linesDownload Raw Back to source-map-js
1{2  "name": "source-map-js",3  "description": "Generates and consumes source maps",4  "version": "1.2.1",5  "homepage": "https://github.com/7rulnik/source-map-js",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": "7rulnik/source-map-js",47  "main": "./source-map.js",48  "files": [49    "source-map.js",50    "source-map.d.ts",51    "lib/"52  ],53  "engines": {54    "node": ">=0.10.0"55  },56  "license": "BSD-3-Clause",57  "scripts": {58    "test": "npm run build && node test/run-tests.js",59    "build": "webpack --color",60    "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"61  },62  "devDependencies": {63    "clean-publish": "^3.1.0",64    "doctoc": "^0.15.0",65    "webpack": "^1.12.0"66  },67  "clean-publish": {68    "cleanDocs": true69  },70  "typings": "source-map.d.ts"71}72