This repository was archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 KB
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
{
"name": "@new10com/aws-xray-sdk-core-lambda",
"version": "5.0.0",
"description": "Fork of The official AWS X-Ray SDK for Node.js targeting Lambdas (smaller package sizes).",
"author": "Amazon Web Services",
"contributors": [
"Sandra McMullen <mcmuls@amazon.com>",
"Ricardo Torres <ricardo.torres@new10.com>"
],
"main": "lib/index.js",
"engines": {
"node": ">= 4.x"
},
"directories": {
"test": "test"
},
"dependencies": {
"atomic-batcher": "^1.0.2",
"cls-hooked": "^4.2.2",
"lodash.assignin": "^4.2.0",
"lodash.isboolean": "^3.0.3",
"lodash.isempty": "^4.4.0",
"lodash.isfinite": "^3.3.2",
"lodash.isnull": "^3.0.0",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"lodash.omit": "^4.5.0",
"pkginfo": "^0.4.0",
"semver": "^5.3.0"
},
"devDependencies": {
"aws-sdk": "^2.395.0",
"chai": "^3.5.0",
"eslint": "^3.10.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"mocha": "^3.0.2",
"nock": "^8.0.0",
"sinon": "^4.0.0",
"sinon-chai": "^2.8.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test/ -R spec",
"test-async": "./node_modules/.bin/mocha --recursive ./test_async/ -R spec"
},
"keywords": [
"amazon",
"api",
"aws",
"core",
"xray",
"x-ray",
"x ray"
],
"license": "Apache-2.0",
"repository": "https://github.com/new10com/aws-xray-sdk-core-lambda"
}