forked from azure-dev-kayethernode/setup-node
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.73 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
60
61
62
63
64
65
66
{
"_from": "btoa-lite@^1.0.0",
"_id": "btoa-lite@1.0.0",
"_inBundle": false,
"_integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc=",
"_location": "/btoa-lite",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "btoa-lite@^1.0.0",
"name": "btoa-lite",
"escapedName": "btoa-lite",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/@octokit/rest"
],
"_resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
"_shasum": "337766da15801210fdd956c22e9c6891ab9d0337",
"_spec": "btoa-lite@^1.0.0",
"_where": "C:\\Users\\Administrator\\Documents\\setup-node\\node_modules\\@octokit\\rest",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"browser": "btoa-browser.js",
"bugs": {
"url": "https://github.com/hughsk/btoa-lite/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Smallest/simplest possible means of using btoa with both Node and browserify",
"devDependencies": {
"browserify": "^10.2.4",
"smokestack": "^3.3.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/hughsk/btoa-lite",
"keywords": [
"btoa",
"base64",
"isomorphic",
"browser",
"node",
"shared"
],
"license": "MIT",
"main": "btoa-node.js",
"name": "btoa-lite",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/btoa-lite.git"
},
"scripts": {
"test": "npm run test-node && npm run test-browser",
"test-browser": "browserify test | smokestack | tap-spec",
"test-node": "node test | tap-spec"
},
"version": "1.0.0"
}