-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"_from": "serverless-offline-aws-ssm-local@^1.1.1",
"_inBundle": false,
"_integrity": "sha512-RHViolQGG7rqTD83IABldDo5aiD0cmEOgwgU6fsmz6WWEWLyEg5ctS96NfRn/UkRmAsiGJkWXBmhadn0+PfMBQ==",
"_location": "/serverless-offline-aws-ssm-local",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "serverless-offline-aws-ssm-local@^1.1.1",
"name": "serverless-offline-aws-ssm-local",
"escapedName": "serverless-offline-aws-ssm-local",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"#DEV:/"
],
"author": "Scott Rossillo",
"contributors": [
"Anders Wasén <awasen@gmail.com>"
],
"bugs": {
"url": "https://github.com/QAnders/serverless-offline-aws-ssm-local/issues"
},
"bundleDependencies": false,
"dependencies": {
"js-yaml": "^3.12.0"
},
"deprecated": false,
"description": "Serverless Offline SSM Provider for invoke local",
"devDependencies": {
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-security": "^1.4.0"
},
"files": [
"README.md"
],
"homepage": "https://github.com/QAnders/serverless-offline-aws-ssm-local#readme",
"keywords": [
"serverless",
"offline",
"ssm"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "serverless-offline-aws-ssm-local",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/QAnders/serverless-offline-aws-ssm-local.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.3"
}