| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 | {  "_args": [    [      "source-map@0.5.7",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "source-map@0.5.7",  "_id": "source-map@0.5.7",  "_inBundle": false,  "_integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",  "_location": "/source-map",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "source-map@0.5.7",    "name": "source-map",    "escapedName": "source-map",    "rawSpec": "0.5.7",    "saveSpec": null,    "fetchSpec": "0.5.7"  },  "_requiredBy": [    "/@babel/core",    "/@babel/generator",    "/snapdragon",    "/svg-baker/postcss"  ],  "_resolved": "https://registry.npm.taobao.org/source-map/download/source-map-0.5.7.tgz",  "_spec": "0.5.7",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Nick Fitzgerald",    "email": "nfitzgerald@mozilla.com"  },  "bugs": {    "url": "https://github.com/mozilla/source-map/issues"  },  "contributors": [    {      "name": "Tobias Koppers",      "email": "tobias.koppers@googlemail.com"    },    {      "name": "Duncan Beevers",      "email": "duncan@dweebd.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": "Conrad Irwin",      "email": "conrad.irwin@gmail.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"    },    {      "name": "azu",      "email": "azu@users.noreply.github.com"    },    {      "name": "John Gozde",      "email": "john@gozde.ca"    },    {      "name": "Adam Kirkton",      "email": "akirkton@truefitinnovation.com"    },    {      "name": "Chris Montgomery",      "email": "christopher.montgomery@dowjones.com"    },    {      "name": "J. Ryan Stinnett",      "email": "jryans@gmail.com"    },    {      "name": "Jack Herrington",      "email": "jherrington@walmartlabs.com"    },    {      "name": "Chris Truter",      "email": "jeffpalentine@gmail.com"    },    {      "name": "Daniel Espeset",      "email": "daniel@danielespeset.com"    },    {      "name": "Jamie Wong",      "email": "jamie.lf.wong@gmail.com"    },    {      "name": "Eddy Bruël",      "email": "ejpbruel@mozilla.com"    },    {      "name": "Hawken Rives",      "email": "hawkrives@gmail.com"    },    {      "name": "Gilad Peleg",      "email": "giladp007@gmail.com"    },    {      "name": "djchie",      "email": "djchie.dev@gmail.com"    },    {      "name": "Gary Ye",      "email": "garysye@gmail.com"    },    {      "name": "Nicolas Lalevée",      "email": "nicolas.lalevee@hibnet.org"    }  ],  "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://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.5.7"}
 |