123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- {
- "_args": [
- [
- "source-map@0.1.34",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js"
- ]
- ],
- "_from": "source-map@0.1.34",
- "_id": "source-map@0.1.34",
- "_inCache": true,
- "_location": "/source-map",
- "_npmUser": {
- "email": "fitzgen@gmail.com",
- "name": "nickfitzgerald"
- },
- "_npmVersion": "1.4.9",
- "_phantomChildren": {},
- "_requested": {
- "name": "source-map",
- "raw": "source-map@0.1.34",
- "rawSpec": "0.1.34",
- "scope": null,
- "spec": "0.1.34",
- "type": "version"
- },
- "_requiredBy": [
- "/uglify-js"
- ],
- "_resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz",
- "_shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
- "_shrinkwrap": null,
- "_spec": "source-map@0.1.34",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/uglify-js",
- "author": {
- "email": "nfitzgerald@mozilla.com",
- "name": "Nick Fitzgerald"
- },
- "bugs": {
- "url": "https://github.com/mozilla/source-map/issues"
- },
- "contributors": [
- {
- "name": "Conrad Irwin",
- "email": "conrad.irwin@gmail.com"
- },
- {
- "name": "Tobias Koppers",
- "email": "tobias.koppers@googlemail.com"
- },
- {
- "name": "Stephen Crane",
- "email": "scrane@mozilla.com"
- },
- {
- "name": "Ryan Seddon",
- "email": "seddon.ryan@gmail.com"
- },
- {
- "name": "Miles Elam",
- "email": "miles.elam@deem.com"
- },
- {
- "name": "Mihai Bazon",
- "email": "mihai.bazon@gmail.com"
- },
- {
- "name": "Michael Ficarra",
- "email": "github.public.email@michael.ficarra.me"
- },
- {
- "name": "Todd Wolfson",
- "email": "todd@twolfson.com"
- },
- {
- "name": "Alexander Solovyov",
- "email": "alexander@solovyov.net"
- },
- {
- "name": "Felix Gnass",
- "email": "fgnass@gmail.com"
- },
- {
- "name": "Duncan Beevers",
- "email": "duncan@dweebd.com"
- },
- {
- "name": "usrbincc",
- "email": "usrbincc@yahoo.com"
- },
- {
- "name": "David Glasser",
- "email": "glasser@davidglasser.net"
- },
- {
- "name": "Chase Douglas",
- "email": "chase@newrelic.com"
- },
- {
- "name": "Evan Wallace",
- "email": "evan.exe@gmail.com"
- },
- {
- "name": "Heather Arthur",
- "email": "fayearthur@gmail.com"
- },
- {
- "name": "Hugh Kennedy",
- "email": "hughskennedy@gmail.com"
- },
- {
- "name": "David Glasser",
- "email": "glasser@davidglasser.net"
- },
- {
- "name": "Simon Lydell",
- "email": "simon.lydell@gmail.com"
- },
- {
- "name": "Jmeas Smith",
- "email": "jellyes2@gmail.com"
- },
- {
- "name": "Michael Z Goddard",
- "email": "mzgoddard@gmail.com"
- }
- ],
- "dependencies": {
- "amdefine": ">=0.0.4"
- },
- "description": "Generates and consumes source maps",
- "devDependencies": {
- "dryice": ">=0.4.8"
- },
- "directories": {
- "lib": "./lib"
- },
- "dist": {
- "shasum": "a7cfe89aec7b1682c3b198d0acfb47d7d090566b",
- "tarball": "http://registry.npmjs.org/source-map/-/source-map-0.1.34.tgz"
- },
- "engines": {
- "node": ">=0.8.0"
- },
- "homepage": "https://github.com/mozilla/source-map",
- "installable": true,
- "licenses": [
- {
- "type": "BSD",
- "url": "http://opensource.org/licenses/BSD-3-Clause"
- }
- ],
- "main": "./lib/source-map.js",
- "maintainers": [
- {
- "name": "mozilla-devtools",
- "email": "mozilla-developer-tools@googlegroups.com"
- },
- {
- "name": "mozilla",
- "email": "dherman@mozilla.com"
- },
- {
- "name": "nickfitzgerald",
- "email": "fitzgen@gmail.com"
- }
- ],
- "name": "source-map",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "http://github.com/mozilla/source-map.git"
- },
- "scripts": {
- "build": "node Makefile.dryice.js",
- "test": "node test/run-tests.js"
- },
- "version": "0.1.34"
- }
|