UNPKG

997 BJSONView Raw
1{
2 "name": "get-pkgs",
3 "description": "Get the package.json for an array of repos from the npm registry, optionally filtering properties using glob patterns.",
4 "version": "0.2.3",
5 "homepage": "https://github.com/jonschlinkert/get-pkgs",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/get-pkgs",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/get-pkgs/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "utils.js"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=0.10.0"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "ansi-bold": "^0.1.1",
25 "ansi-red": "^0.1.1",
26 "async": "^1.5.0",
27 "filter-object": "^2.1.0",
28 "lazy-cache": "^0.2.4",
29 "min-request": "^1.4.1"
30 },
31 "devDependencies": {
32 "mocha": "*",
33 "should": "*"
34 },
35 "keywords": [
36 "get",
37 "json",
38 "module",
39 "npm",
40 "object",
41 "package",
42 "package.json",
43 "pkg",
44 "pkgs"
45 ]
46}