package.json
1.03 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
{
"_from": "https",
"_id": "https@1.0.0",
"_inBundle": false,
"_integrity": "sha1-PDfHrhqO65ZpBKKtHpdaGUt+06Q=",
"_location": "/https",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "https",
"name": "https",
"escapedName": "https",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/https/-/https-1.0.0.tgz",
"_shasum": "3c37c7ae1a8eeb966904a2ad1e975a194b7ed3a4",
"_spec": "https",
"_where": "/Users/hyunyeong/Desktop/WhereUr/WhereUR/whereur",
"author": {
"name": "hardus van der berg",
"email": "hardus@sunfork.com",
"url": "http://www.sunfork.com"
},
"bundleDependencies": false,
"deprecated": false,
"description": "https mediation",
"keywords": [
"https",
"mediation"
],
"license": "ISC",
"main": "index.js",
"name": "https",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}