forked from docusign/code-examples-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.32 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.32 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
{
"_from": "blinker",
"_id": "blinker@1.0.2",
"_inBundle": false,
"_integrity": "sha1-bEe3drXp/FFMRngR2DOQ1KXLGio=",
"_location": "/blinker",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "blinker",
"name": "blinker",
"escapedName": "blinker",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/blinker/-/blinker-1.0.2.tgz",
"_shasum": "6c47b776b5e9fc514c467811d83390d4a5cb1a2a",
"_spec": "blinker",
"_where": "/mnt/c/Users/unode/OneDrive/Documents/GitHub/eg-03-python-auth-code-grant",
"author": {
"name": "Sam Mikes",
"email": "smikes@cubane.com"
},
"bugs": {
"url": "https://github.com/smikes/blinker/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "blink led (for tessel)",
"devDependencies": {
"code": "^1.2.1",
"jslint": "^0.6.6",
"lab": "^5.1.0"
},
"homepage": "https://github.com/smikes/blinker",
"keywords": [
"led",
"blink",
"tessel"
],
"license": "MIT",
"main": "index.js",
"name": "blinker",
"repository": {
"type": "git",
"url": "git+https://github.com/smikes/blinker.git"
},
"scripts": {
"test": "lab -ct 100"
},
"version": "1.0.2"
}