UNPKG

1.78 kBJSONView Raw
1{
2 "name": "@cumulus/common",
3 "version": "3.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 "prepare": "npm run tsc",
29 "test": "../../node_modules/.bin/ava",
30 "test:coverage": "../../node_modules/.bin/nyc npm test",
31 "tsc": "../../node_modules/.bin/tsc",
32 "watch-test": "../../node_modules/.bin/tsc-watch --onsuccess 'npm test'"
33 },
34 "ava": {
35 "files": [
36 "tests/**"
37 ],
38 "verbose": true
39 },
40 "author": "Cumulus Authors",
41 "license": "Apache-2.0",
42 "dependencies": {
43 "@cumulus/errors": "3.0.0",
44 "@cumulus/logger": "3.0.0",
45 "ajv": "^5.2.2",
46 "aws-sdk": "^2.585.0",
47 "follow-redirects": "^1.2.4",
48 "fs-extra": "^5.0.0",
49 "got": "^9.2.1",
50 "js-yaml": "^3.11.0",
51 "jsonpath-plus": "^3.0.0",
52 "lodash": "^4.17.15",
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/got": "^9.6.11",
66 "@types/node-forge": "^0.9.5",
67 "@types/url-join": "^4.0.0"
68 },
69 "gitHead": "d0abebc313a6622c255094b619ece161e8ef9c09"
70}