UNPKG

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