UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@cumulus/common",
3 "version": "5.0.0",
4 "description": "Common utilities used across tasks",
5 "keywords": [
6 "GIBS",
7 "CUMULUS",
8 "NASA"
9 ],
10 "engines": {
11 "node": ">=12.18.0"
12 },
13 "files": [
14 "*.js",
15 "*.d.ts"
16 ],
17 "publishConfig": {
18 "access": "public"
19 },
20 "homepage": "https://github.com/nasa/cumulus/tree/master/packages/common",
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/nasa/cumulus"
24 },
25 "scripts": {
26 "build-docs": "npm run tsc && ../../node_modules/.bin/jsdoc2md --template templates/docs-API.hbs URLUtils.js util.js > docs/API.md",
27 "clean": "rm -f *.d.ts *.map",
28 "test": "../../node_modules/.bin/ava",
29 "test:coverage": "../../node_modules/.bin/nyc npm test",
30 "prepare": "npm run tsc",
31 "tsc": "../../node_modules/.bin/tsc",
32 "tsc:listEmittedFiles": "../../node_modules/.bin/tsc --listEmittedFiles",
33 "watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'"
34 },
35 "ava": {
36 "files": [
37 "tests/**"
38 ],
39 "verbose": true
40 },
41 "author": "Cumulus Authors",
42 "license": "Apache-2.0",
43 "dependencies": {
44 "@cumulus/errors": "5.0.0",
45 "@cumulus/logger": "5.0.0",
46 "ajv": "^6.12.3",
47 "aws-sdk": "^2.585.0",
48 "follow-redirects": "^1.2.4",
49 "fs-extra": "^5.0.0",
50 "js-yaml": "^3.11.0",
51 "jsonpath-plus": "^3.0.0",
52 "lodash": "^4.17.20",
53 "node-forge": "^0.10.0",
54 "p-limit": "^2.0.0",
55 "p-map": "^1.2.0",
56 "p-retry": "^4.2.0",
57 "parseurl": "^1.3.3",
58 "randexp": "^0.5.3",
59 "ssh2": "^0.8.7",
60 "url-join": "^4.0.0",
61 "uuid": "^3.2.1"
62 },
63 "devDependencies": {
64 "@types/fs-extra": "^5.0.0",
65 "@types/node-forge": "^0.9.5",
66 "@types/url-join": "^4.0.0"
67 },
68 "gitHead": "49c2dd24f6a887439b13caccdd0d5d14b093745f"
69}