mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
953 lines
24 KiB
953 lines
24 KiB
{
|
|
"version": "2.1.18",
|
|
"name": "npm",
|
|
"description": "A package manager for node",
|
|
"keywords": [
|
|
"package manager",
|
|
"modules",
|
|
"install",
|
|
"package.json"
|
|
],
|
|
"preferGlobal": true,
|
|
"config": {
|
|
"publishtest": false
|
|
},
|
|
"homepage": "https://docs.npmjs.com/",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/npm/npm"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/npm/npm/issues",
|
|
"email": "npm-@googlegroups.com"
|
|
},
|
|
"directories": {
|
|
"doc": "./doc",
|
|
"man": "./man",
|
|
"lib": "./lib",
|
|
"bin": "./bin"
|
|
},
|
|
"main": "./lib/npm.js",
|
|
"bin": {
|
|
"npm": "./bin/npm-cli.js"
|
|
},
|
|
"dependencies": {
|
|
"abbrev": "~1.0.5",
|
|
"ansi": "~0.3.0",
|
|
"ansicolors": "~0.3.2",
|
|
"ansistyles": "~0.1.3",
|
|
"archy": "~1.0.0",
|
|
"async-some": "~1.0.1",
|
|
"block-stream": "0.0.7",
|
|
"char-spinner": "~1.0.1",
|
|
"child-process-close": "~0.1.1",
|
|
"chmodr": "~0.1.0",
|
|
"chownr": "0",
|
|
"cmd-shim": "~2.0.1",
|
|
"columnify": "~1.3.2",
|
|
"config-chain": "~1.1.8",
|
|
"dezalgo": "~1.0.1",
|
|
"editor": "~0.1.0",
|
|
"fs-vacuum": "~1.2.5",
|
|
"fs-write-stream-atomic": "~1.0.2",
|
|
"fstream": "~1.0.3",
|
|
"fstream-npm": "~1.0.1",
|
|
"github-url-from-git": "~1.4.0",
|
|
"github-url-from-username-repo": "~1.0.2",
|
|
"glob": "~4.3.2",
|
|
"graceful-fs": "~3.0.5",
|
|
"inflight": "~1.0.4",
|
|
"inherits": "~2.0.1",
|
|
"ini": "~1.3.2",
|
|
"init-package-json": "~1.1.3",
|
|
"lockfile": "~1.0.0",
|
|
"lru-cache": "~2.5.0",
|
|
"minimatch": "~2.0.1",
|
|
"mkdirp": "~0.5.0",
|
|
"node-gyp": "~1.0.2",
|
|
"nopt": "~3.0.1",
|
|
"normalize-git-url": "~1.0.0",
|
|
"normalize-package-data": "~1.0.3",
|
|
"npm-cache-filename": "~1.0.1",
|
|
"npm-install-checks": "~1.0.2",
|
|
"npm-package-arg": "~2.1.3",
|
|
"npm-registry-client": "~4.0.5",
|
|
"npm-user-validate": "~0.1.1",
|
|
"npmlog": "~0.1.1",
|
|
"once": "~1.3.1",
|
|
"opener": "~1.4.0",
|
|
"osenv": "~0.1.0",
|
|
"path-is-inside": "~1.0.0",
|
|
"read": "~1.0.4",
|
|
"read-installed": "~3.1.5",
|
|
"read-package-json": "~1.2.7",
|
|
"readable-stream": "~1.0.33",
|
|
"realize-package-specifier": "~1.3.0",
|
|
"request": "~2.51.0",
|
|
"retry": "~0.6.1",
|
|
"rimraf": "~2.2.8",
|
|
"semver": "~4.2.0",
|
|
"sha": "~1.3.0",
|
|
"slide": "~1.1.6",
|
|
"sorted-object": "~1.0.0",
|
|
"tar": "~1.0.3",
|
|
"text-table": "~0.2.0",
|
|
"uid-number": "0.0.6",
|
|
"which": "~1.0.8",
|
|
"wrappy": "~1.0.1",
|
|
"write-file-atomic": "~1.1.0"
|
|
},
|
|
"bundleDependencies": [
|
|
"abbrev",
|
|
"ansi",
|
|
"ansicolors",
|
|
"ansistyles",
|
|
"archy",
|
|
"async-some",
|
|
"block-stream",
|
|
"char-spinner",
|
|
"child-process-close",
|
|
"chmodr",
|
|
"chownr",
|
|
"cmd-shim",
|
|
"columnify",
|
|
"config-chain",
|
|
"dezalgo",
|
|
"editor",
|
|
"fs-vacuum",
|
|
"fs-write-stream-atomic",
|
|
"fstream",
|
|
"fstream-npm",
|
|
"github-url-from-git",
|
|
"github-url-from-username-repo",
|
|
"glob",
|
|
"graceful-fs",
|
|
"inflight",
|
|
"inherits",
|
|
"ini",
|
|
"init-package-json",
|
|
"lockfile",
|
|
"lru-cache",
|
|
"minimatch",
|
|
"mkdirp",
|
|
"node-gyp",
|
|
"nopt",
|
|
"normalize-git-url",
|
|
"normalize-package-data",
|
|
"npm-cache-filename",
|
|
"npm-install-checks",
|
|
"npm-package-arg",
|
|
"npm-registry-client",
|
|
"npm-user-validate",
|
|
"npmlog",
|
|
"once",
|
|
"opener",
|
|
"osenv",
|
|
"path-is-inside",
|
|
"read",
|
|
"read-installed",
|
|
"read-package-json",
|
|
"readable-stream",
|
|
"realize-package-specifier",
|
|
"request",
|
|
"retry",
|
|
"rimraf",
|
|
"semver",
|
|
"sha",
|
|
"slide",
|
|
"sorted-object",
|
|
"tar",
|
|
"text-table",
|
|
"uid-number",
|
|
"which",
|
|
"wrappy",
|
|
"write-file-atomic"
|
|
],
|
|
"devDependencies": {
|
|
"marked": "~0.3.2",
|
|
"marked-man": "~0.1.4",
|
|
"nock": "~0.52.4",
|
|
"npm-registry-couchapp": "~2.6.2",
|
|
"npm-registry-mock": "~0.6.3",
|
|
"require-inject": "~1.1.0",
|
|
"tap": "~0.4.12"
|
|
},
|
|
"scripts": {
|
|
"test-legacy": "node ./test/run.js",
|
|
"test": "tap --timeout 120 test/tap/*.js",
|
|
"tap": "tap --timeout 120 test/tap/*.js",
|
|
"test-all": "node ./test/run.js && tap test/tap/*.js",
|
|
"prepublish": "node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j8 doc",
|
|
"dumpconf": "env | grep npm | sort | uniq"
|
|
},
|
|
"license": "Artistic-2.0",
|
|
"contributors": [
|
|
{
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "Steve Steiner",
|
|
"email": "ssteinerX@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mikeal Rogers",
|
|
"email": "mikeal.rogers@gmail.com"
|
|
},
|
|
{
|
|
"name": "Aaron Blohowiak",
|
|
"email": "aaron.blohowiak@gmail.com"
|
|
},
|
|
{
|
|
"name": "Martyn Smith",
|
|
"email": "martyn@dollyfish.net.nz"
|
|
},
|
|
{
|
|
"name": "Mathias Pettersson",
|
|
"email": "mape@mape.me"
|
|
},
|
|
{
|
|
"name": "Brian Hammond",
|
|
"email": "brian@fictorial.com"
|
|
},
|
|
{
|
|
"name": "Charlie Robbins",
|
|
"email": "charlie.robbins@gmail.com"
|
|
},
|
|
{
|
|
"name": "Francisco Treacy",
|
|
"email": "francisco.treacy@gmail.com"
|
|
},
|
|
{
|
|
"name": "Cliffano Subagio",
|
|
"email": "cliffano@gmail.com"
|
|
},
|
|
{
|
|
"name": "Christian Eager",
|
|
"email": "christian.eager@nokia.com"
|
|
},
|
|
{
|
|
"name": "Dav Glass",
|
|
"email": "davglass@gmail.com"
|
|
},
|
|
{
|
|
"name": "Alex K. Wolfe",
|
|
"email": "alexkwolfe@gmail.com"
|
|
},
|
|
{
|
|
"name": "James Sanders",
|
|
"email": "jimmyjazz14@gmail.com"
|
|
},
|
|
{
|
|
"name": "Reid Burke",
|
|
"email": "me@reidburke.com"
|
|
},
|
|
{
|
|
"name": "Arlo Breault",
|
|
"email": "arlolra@gmail.com"
|
|
},
|
|
{
|
|
"name": "Timo Derstappen",
|
|
"email": "teemow@gmail.com"
|
|
},
|
|
{
|
|
"name": "Bradley Meck",
|
|
"email": "bradley.meck@gmail.com"
|
|
},
|
|
{
|
|
"name": "Bart Teeuwisse",
|
|
"email": "bart.teeuwisse@thecodemill.biz"
|
|
},
|
|
{
|
|
"name": "Ben Noordhuis",
|
|
"email": "info@bnoordhuis.nl"
|
|
},
|
|
{
|
|
"name": "Tor Valamo",
|
|
"email": "tor.valamo@gmail.com"
|
|
},
|
|
{
|
|
"name": "Whyme.Lyu",
|
|
"email": "5longluna@gmail.com"
|
|
},
|
|
{
|
|
"name": "Olivier Melcher",
|
|
"email": "olivier.melcher@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tomaž Muraus",
|
|
"email": "kami@k5-storitve.net"
|
|
},
|
|
{
|
|
"name": "Evan Meagher",
|
|
"email": "evan.meagher@gmail.com"
|
|
},
|
|
{
|
|
"name": "Orlando Vazquez",
|
|
"email": "ovazquez@gmail.com"
|
|
},
|
|
{
|
|
"name": "George Miroshnykov",
|
|
"email": "gmiroshnykov@lohika.com"
|
|
},
|
|
{
|
|
"name": "Geoff Flarity",
|
|
"email": "geoff.flarity@gmail.com"
|
|
},
|
|
{
|
|
"name": "Pete Kruckenberg",
|
|
"email": "pete@kruckenberg.com"
|
|
},
|
|
{
|
|
"name": "Laurie Harper",
|
|
"email": "laurie@holoweb.net"
|
|
},
|
|
{
|
|
"name": "Chris Wong",
|
|
"email": "chris@chriswongstudio.com"
|
|
},
|
|
{
|
|
"name": "Max Goodman",
|
|
"email": "c@chromacode.com"
|
|
},
|
|
{
|
|
"name": "Scott Bronson",
|
|
"email": "brons_github@rinspin.com"
|
|
},
|
|
{
|
|
"name": "Federico Romero",
|
|
"email": "federomero@gmail.com"
|
|
},
|
|
{
|
|
"name": "Visnu Pitiyanuvath",
|
|
"email": "visnupx@gmail.com"
|
|
},
|
|
{
|
|
"name": "Irakli Gozalishvili",
|
|
"email": "rfobic@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mark Cahill",
|
|
"email": "mark@tiemonster.info"
|
|
},
|
|
{
|
|
"name": "Zearin",
|
|
"email": "zearin@gonk.net"
|
|
},
|
|
{
|
|
"name": "Iain Sproat",
|
|
"email": "iainsproat@gmail.com"
|
|
},
|
|
{
|
|
"name": "Trent Mick",
|
|
"email": "trentm@gmail.com"
|
|
},
|
|
{
|
|
"name": "Felix Geisendörfer",
|
|
"email": "felix@debuggable.com"
|
|
},
|
|
{
|
|
"name": "Conny Brunnkvist",
|
|
"email": "cbrunnkvist@gmail.com"
|
|
},
|
|
{
|
|
"name": "Will Elwood",
|
|
"email": "w.elwood08@gmail.com"
|
|
},
|
|
{
|
|
"name": "Oleg Efimov",
|
|
"email": "efimovov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Martin Cooper",
|
|
"email": "mfncooper@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jameson Little",
|
|
"email": "t.jameson.little@gmail.com"
|
|
},
|
|
{
|
|
"name": "cspotcode",
|
|
"email": "cspotcode@gmail.com"
|
|
},
|
|
{
|
|
"name": "Maciej Małecki",
|
|
"email": "maciej.malecki@notimplemented.org"
|
|
},
|
|
{
|
|
"name": "Stephen Sugden",
|
|
"email": "glurgle@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gautham Pai",
|
|
"email": "buzypi@gmail.com"
|
|
},
|
|
{
|
|
"name": "David Trejo",
|
|
"email": "david.daniel.trejo@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paul Vorbach",
|
|
"email": "paul@vorb.de"
|
|
},
|
|
{
|
|
"name": "George Ornbo",
|
|
"email": "george@shapeshed.com"
|
|
},
|
|
{
|
|
"name": "Tim Oxley",
|
|
"email": "secoif@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tyler Green",
|
|
"email": "tyler.green2@gmail.com"
|
|
},
|
|
{
|
|
"name": "atomizer",
|
|
"email": "danila.gerasimov@gmail.com"
|
|
},
|
|
{
|
|
"name": "Rod Vagg",
|
|
"email": "rod@vagg.org"
|
|
},
|
|
{
|
|
"name": "Christian Howe",
|
|
"email": "coderarity@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andrew Lunny",
|
|
"email": "alunny@gmail.com"
|
|
},
|
|
{
|
|
"name": "Henrik Hodne",
|
|
"email": "dvyjones@binaryhex.com"
|
|
},
|
|
{
|
|
"name": "Adam Blackburn",
|
|
"email": "regality@gmail.com"
|
|
},
|
|
{
|
|
"name": "Kris Windham",
|
|
"email": "kriswindham@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jens Grunert",
|
|
"email": "jens.grunert@gmail.com"
|
|
},
|
|
{
|
|
"name": "Joost-Wim Boekesteijn",
|
|
"email": "joost-wim@boekesteijn.nl"
|
|
},
|
|
{
|
|
"name": "Dalmais Maxence",
|
|
"email": "github@maxired.fr"
|
|
},
|
|
{
|
|
"name": "Marcus Ekwall",
|
|
"email": "marcus.ekwall@gmail.com"
|
|
},
|
|
{
|
|
"name": "Aaron Stacy",
|
|
"email": "aaron.r.stacy@gmail.com"
|
|
},
|
|
{
|
|
"name": "Phillip Howell",
|
|
"email": "phowell@cothm.org"
|
|
},
|
|
{
|
|
"name": "Domenic Denicola",
|
|
"email": "domenic@domenicdenicola.com"
|
|
},
|
|
{
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net"
|
|
},
|
|
{
|
|
"name": "Jeremy Cantrell",
|
|
"email": "jmcantrell@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ribettes",
|
|
"email": "patlogan29@gmail.com"
|
|
},
|
|
{
|
|
"name": "Einar Otto Stangvik",
|
|
"email": "einaros@gmail.com"
|
|
},
|
|
{
|
|
"name": "Don Park",
|
|
"email": "donpark@docuverse.com"
|
|
},
|
|
{
|
|
"name": "Kei Son",
|
|
"email": "heyacct@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Morel",
|
|
"email": "marsup@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mark Dube",
|
|
"email": "markisdee@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nathan Rajlich",
|
|
"email": "nathan@tootallnate.net"
|
|
},
|
|
{
|
|
"name": "Maxim Bogushevich",
|
|
"email": "boga1@mail.ru"
|
|
},
|
|
{
|
|
"name": "Justin Beckwith",
|
|
"email": "justbe@microsoft.com"
|
|
},
|
|
{
|
|
"name": "Meaglin",
|
|
"email": "Meaglin.wasabi@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ben Evans",
|
|
"email": "ben@bensbit.co.uk"
|
|
},
|
|
{
|
|
"name": "Nathan Zadoks",
|
|
"email": "nathan@nathan7.eu"
|
|
},
|
|
{
|
|
"name": "Brian White",
|
|
"email": "mscdex@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jed Schmidt",
|
|
"email": "tr@nslator.jp"
|
|
},
|
|
{
|
|
"name": "Ian Livingstone",
|
|
"email": "ianl@cs.dal.ca"
|
|
},
|
|
{
|
|
"name": "Patrick Pfeiffer",
|
|
"email": "patrick@buzzle.at"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"email": "paul@paulmillr.com"
|
|
},
|
|
{
|
|
"name": "seebees",
|
|
"email": "seebees@gmail.com"
|
|
},
|
|
{
|
|
"name": "Carl Lange",
|
|
"email": "carl@flax.ie"
|
|
},
|
|
{
|
|
"name": "Jan Lehnardt",
|
|
"email": "jan@apache.org"
|
|
},
|
|
{
|
|
"name": "Alexey Kreschuk",
|
|
"email": "akrsch@gmail.com"
|
|
},
|
|
{
|
|
"name": "Di Wu",
|
|
"email": "dwu@palantir.com"
|
|
},
|
|
{
|
|
"name": "Florian Margaine",
|
|
"email": "florian@margaine.com"
|
|
},
|
|
{
|
|
"name": "Forbes Lindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
},
|
|
{
|
|
"name": "Ian Babrou",
|
|
"email": "ibobrik@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jaakko Manninen",
|
|
"email": "jaakko@rocketpack.fi"
|
|
},
|
|
{
|
|
"name": "Johan Nordberg",
|
|
"email": "its@johan-nordberg.com"
|
|
},
|
|
{
|
|
"name": "Johan Sköld",
|
|
"email": "johan@skold.cc"
|
|
},
|
|
{
|
|
"name": "Larz Conwell",
|
|
"email": "larz@larz-laptop.(none)",
|
|
"url": "none"
|
|
},
|
|
{
|
|
"name": "Luke Arduini",
|
|
"email": "luke.arduini@gmail.com"
|
|
},
|
|
{
|
|
"name": "Marcel Klehr",
|
|
"email": "mklehr@gmx.net"
|
|
},
|
|
{
|
|
"name": "Mathias Bynens",
|
|
"email": "mathias@qiwi.be"
|
|
},
|
|
{
|
|
"name": "Matt Lunn",
|
|
"email": "matt@mattlunn.me.uk"
|
|
},
|
|
{
|
|
"name": "Matt McClure",
|
|
"email": "matt.mcclure@mapmyfitness.com"
|
|
},
|
|
{
|
|
"name": "Nirk Niggler",
|
|
"email": "nirk.niggler@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paolo Fragomeni",
|
|
"email": "paolo@async.ly"
|
|
},
|
|
{
|
|
"name": "Jake Verbaten",
|
|
"email": "raynos2@gmail.com",
|
|
"url": "Raynos"
|
|
},
|
|
{
|
|
"name": "Robert Kowalski",
|
|
"email": "rok@kowalski.gd"
|
|
},
|
|
{
|
|
"name": "Schabse Laks",
|
|
"email": "Dev@SLaks.net"
|
|
},
|
|
{
|
|
"name": "Stuart Knightley",
|
|
"email": "stuart@stuartk.com"
|
|
},
|
|
{
|
|
"name": "Stuart P. Bentley",
|
|
"email": "stuart@testtrack4.com"
|
|
},
|
|
{
|
|
"name": "Vaz Allen",
|
|
"email": "vaz@tryptid.com"
|
|
},
|
|
{
|
|
"name": "elisee",
|
|
"email": "elisee@sparklin.org"
|
|
},
|
|
{
|
|
"name": "Evan You",
|
|
"email": "yyx990803@gmail.com"
|
|
},
|
|
{
|
|
"name": "Wil Moore III",
|
|
"email": "wil.moore@wilmoore.com"
|
|
},
|
|
{
|
|
"name": "Dylan Greene",
|
|
"email": "dylang@gmail.com"
|
|
},
|
|
{
|
|
"name": "zeke",
|
|
"email": "zeke@sikelianos.com"
|
|
},
|
|
{
|
|
"name": "Andrew Horton",
|
|
"email": "andrew.j.horton@gmail.com"
|
|
},
|
|
{
|
|
"name": "Denis Gladkikh",
|
|
"email": "outcoldman@gmail.com"
|
|
},
|
|
{
|
|
"name": "Daniel Santiago",
|
|
"email": "daniel.santiago@highlevelwebs.com"
|
|
},
|
|
{
|
|
"name": "Alex Kocharin",
|
|
"email": "alex@kocharin.ru"
|
|
},
|
|
{
|
|
"name": "Evan Lucas",
|
|
"email": "evanlucas@me.com"
|
|
},
|
|
{
|
|
"name": "Steve Mason",
|
|
"email": "stevem@brandwatch.com"
|
|
},
|
|
{
|
|
"name": "Quinn Slack",
|
|
"email": "qslack@qslack.com"
|
|
},
|
|
{
|
|
"name": "Sébastien Santoro",
|
|
"email": "dereckson@espace-win.org"
|
|
},
|
|
{
|
|
"name": "CamilleM",
|
|
"email": "camille.moulin@alterway.fr"
|
|
},
|
|
{
|
|
"name": "Tom Huang",
|
|
"email": "hzlhu.dargon@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sergey Belov",
|
|
"email": "peimei@ya.ru"
|
|
},
|
|
{
|
|
"name": "Younghoon Park",
|
|
"email": "sola92@gmail.com"
|
|
},
|
|
{
|
|
"name": "Yazhong Liu",
|
|
"email": "yorkiefixer@gmail.com"
|
|
},
|
|
{
|
|
"name": "Mikola Lysenko",
|
|
"email": "mikolalysenko@gmail.com"
|
|
},
|
|
{
|
|
"name": "Rafael de Oleza",
|
|
"email": "rafa@spotify.com"
|
|
},
|
|
{
|
|
"name": "Yeonghoon Park",
|
|
"email": "sola92@gmail.com"
|
|
},
|
|
{
|
|
"name": "Franck Cuny",
|
|
"email": "franck.cuny@gmail.com"
|
|
},
|
|
{
|
|
"name": "Alan Shaw",
|
|
"email": "alan@freestyle-developments.co.uk"
|
|
},
|
|
{
|
|
"name": "Alex Rodionov",
|
|
"email": "p0deje@gmail.com"
|
|
},
|
|
{
|
|
"name": "Alexej Yaroshevich",
|
|
"email": "alex@qfox.ru"
|
|
},
|
|
{
|
|
"name": "Elan Shanker",
|
|
"email": "elan.shanker@gmail.com"
|
|
},
|
|
{
|
|
"name": "François Frisch",
|
|
"email": "francoisfrisch@gmail.com"
|
|
},
|
|
{
|
|
"name": "Gabriel Falkenberg",
|
|
"email": "gabriel.falkenberg@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jason Diamond",
|
|
"email": "jason@diamond.name"
|
|
},
|
|
{
|
|
"name": "Jess Martin",
|
|
"email": "jessmartin@gmail.com"
|
|
},
|
|
{
|
|
"name": "Jon Spencer",
|
|
"email": "jon@jonspencer.ca"
|
|
},
|
|
{
|
|
"name": "Matt Colyer",
|
|
"email": "matt@colyer.name"
|
|
},
|
|
{
|
|
"name": "Matt McClure",
|
|
"email": "matt.mcclure@mapmyfitness.com"
|
|
},
|
|
{
|
|
"name": "Maximilian Antoni",
|
|
"email": "maximilian.antoni@juliusbaer.com"
|
|
},
|
|
{
|
|
"name": "Nicholas Kinsey",
|
|
"email": "pyro@feisty.io"
|
|
},
|
|
{
|
|
"name": "Paulo Cesar",
|
|
"email": "pauloc062@gmail.com"
|
|
},
|
|
{
|
|
"name": "Quim Calpe",
|
|
"email": "quim@kalpe.com"
|
|
},
|
|
{
|
|
"name": "Robert Gieseke",
|
|
"email": "robert.gieseke@gmail.com"
|
|
},
|
|
{
|
|
"name": "Spain Train",
|
|
"email": "michael.spainhower@opower.com"
|
|
},
|
|
{
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "Thom Blake",
|
|
"email": "tblake@brightroll.com"
|
|
},
|
|
{
|
|
"name": "Trevor Burnham",
|
|
"email": "tburnham@hubspot.com"
|
|
},
|
|
{
|
|
"name": "bitspill",
|
|
"email": "bitspill+github@bitspill.net"
|
|
},
|
|
{
|
|
"name": "Neil Gentleman",
|
|
"email": "ngentleman@gmail.com"
|
|
}
|
|
],
|
|
"man": [
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-README.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-adduser.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bin.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bugs.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-build.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-bundle.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-cache.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-completion.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-config.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-dedupe.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-deprecate.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-docs.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-edit.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-explore.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-help-search.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-help.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-init.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-install.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-link.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-ls.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-outdated.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-owner.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-pack.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-prefix.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-prune.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-publish.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-rebuild.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-repo.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-restart.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-rm.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-root.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-run-script.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-search.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-shrinkwrap.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-star.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-stars.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-start.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-stop.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-submodule.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-tag.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-test.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-uninstall.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-unpublish.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-update.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-version.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-view.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm-whoami.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man1/npm.1",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-bin.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-bugs.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-cache.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-commands.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-config.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-deprecate.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-docs.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-edit.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-explore.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-help-search.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-init.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-install.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-link.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-load.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-ls.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-outdated.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-owner.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-pack.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-prefix.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-prune.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-publish.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-rebuild.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-repo.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-restart.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-root.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-run-script.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-search.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-shrinkwrap.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-start.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-stop.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-submodule.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-tag.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-test.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-uninstall.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-unpublish.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-update.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-version.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-view.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm-whoami.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man3/npm.3",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man5/npm-folders.5",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man5/npm-global.5",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man5/npm-json.5",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man5/npmrc.5",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man5/package.json.5",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-coding-style.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-config.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-developers.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-disputes.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-faq.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-index.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-registry.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-scope.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/npm-scripts.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/removing-npm.7",
|
|
"/Users/ogd/Documents/projects/npm/npm/man/man7/semver.7"
|
|
],
|
|
"gitHead": "cad3d1ed571981b13c8165ba4516b836bf79293c",
|
|
"_id": "npm@2.1.18",
|
|
"_shasum": "e2af4c5f848fb023851cd2ec129005d33090bd57",
|
|
"_from": "npm@2.1.18",
|
|
"_npmVersion": "2.1.18",
|
|
"_nodeVersion": "0.10.35",
|
|
"_npmUser": {
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
{
|
|
"name": "othiym23",
|
|
"email": "ogd@aoaioxxysz.net"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "e2af4c5f848fb023851cd2ec129005d33090bd57",
|
|
"tarball": "http://registry.npmjs.org/npm/-/npm-2.1.18.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/npm/-/npm-2.1.18.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|