summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json824
1 files changed, 798 insertions, 26 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index 761c8c814e..7fa65f7d86 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.1.6",
+ "version": "2.1.18",
"name": "npm",
"description": "A package manager for node",
"keywords": [
@@ -12,15 +12,19 @@
"config": {
"publishtest": false
},
- "homepage": "https://npmjs.org/doc/",
- "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
+ "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": {
- "email": "npm-@googlegroups.com",
- "url": "http://github.com/npm/npm/issues"
+ "url": "http://github.com/npm/npm/issues",
+ "email": "npm-@googlegroups.com"
},
"directories": {
"doc": "./doc",
@@ -29,7 +33,9 @@
"bin": "./bin"
},
"main": "./lib/npm.js",
- "bin": "./bin/npm-cli.js",
+ "bin": {
+ "npm": "./bin/npm-cli.js"
+ },
"dependencies": {
"abbrev": "~1.0.5",
"ansi": "~0.3.0",
@@ -43,33 +49,34 @@
"chmodr": "~0.1.0",
"chownr": "0",
"cmd-shim": "~2.0.1",
- "columnify": "~1.2.1",
+ "columnify": "~1.3.2",
"config-chain": "~1.1.8",
"dezalgo": "~1.0.1",
"editor": "~0.1.0",
- "fs-vacuum": "~1.2.1",
+ "fs-vacuum": "~1.2.5",
"fs-write-stream-atomic": "~1.0.2",
- "fstream": "~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.0.6",
- "graceful-fs": "~3.0.4",
+ "glob": "~4.3.2",
+ "graceful-fs": "~3.0.5",
"inflight": "~1.0.4",
"inherits": "~2.0.1",
- "ini": "~1.3.0",
- "init-package-json": "~1.1.1",
+ "ini": "~1.3.2",
+ "init-package-json": "~1.1.3",
"lockfile": "~1.0.0",
"lru-cache": "~2.5.0",
- "minimatch": "~1.0.0",
+ "minimatch": "~2.0.1",
"mkdirp": "~0.5.0",
- "node-gyp": "~1.0.1",
+ "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": "~3.2.4",
+ "npm-registry-client": "~4.0.5",
"npm-user-validate": "~0.1.1",
"npmlog": "~0.1.1",
"once": "~1.3.1",
@@ -77,21 +84,21 @@
"osenv": "~0.1.0",
"path-is-inside": "~1.0.0",
"read": "~1.0.4",
- "read-installed": "~3.1.2",
+ "read-installed": "~3.1.5",
"read-package-json": "~1.2.7",
- "readable-stream": "~1.0.32",
- "realize-package-specifier": "~1.2.0",
- "request": "~2.46.0",
+ "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.1.0",
+ "semver": "~4.2.0",
"sha": "~1.3.0",
"slide": "~1.1.6",
"sorted-object": "~1.0.0",
- "tar": "~1.0.1",
+ "tar": "~1.0.3",
"text-table": "~0.2.0",
- "uid-number": "0.0.5",
- "which": "1",
+ "uid-number": "0.0.6",
+ "which": "~1.0.8",
"wrappy": "~1.0.1",
"write-file-atomic": "~1.1.0"
},
@@ -130,6 +137,7 @@
"mkdirp",
"node-gyp",
"nopt",
+ "normalize-git-url",
"normalize-package-data",
"npm-cache-filename",
"npm-install-checks",
@@ -163,7 +171,7 @@
"devDependencies": {
"marked": "~0.3.2",
"marked-man": "~0.1.4",
- "nock": "~0.48.1",
+ "nock": "~0.52.4",
"npm-registry-couchapp": "~2.6.2",
"npm-registry-mock": "~0.6.3",
"require-inject": "~1.1.0",
@@ -177,5 +185,769 @@
"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"
+ "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!"
}