UNPKG

1.1 kBJSONView 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.4.1",
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-yellow": "^0.1.1",
25 "async": "^1.5.2",
26 "get-pkg": "^0.2.1",
27 "lazy-cache": "^1.0.3",
28 "warning-symbol": "^0.1.0"
29 },
30 "devDependencies": {
31 "mocha": "*",
32 "should": "*"
33 },
34 "keywords": [
35 "get",
36 "json",
37 "module",
38 "npm",
39 "object",
40 "package",
41 "package.json",
42 "pkg",
43 "pkgs"
44 ],
45 "verb": {
46 "related": {
47 "list": [
48 "get-first-commit",
49 "get-pkg",
50 "github-base"
51 ]
52 }
53 }
54}