package.json
1.35 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
{
"_args": [
[
"cookiejar@2.1.2",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_from": "cookiejar@2.1.2",
"_id": "cookiejar@2.1.2",
"_inBundle": false,
"_integrity": "sha512-Mw+adcfzPxcPeI+0WlvRrr/3lGVO0bD75SxX6811cxSh1Wbxx7xZBGK1eVtDf6si8rg2lhnUjsVLMFMfbRIuwA==",
"_location": "/cookiejar",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cookiejar@2.1.2",
"name": "cookiejar",
"escapedName": "cookiejar",
"rawSpec": "2.1.2",
"saveSpec": null,
"fetchSpec": "2.1.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.2.tgz",
"_spec": "2.1.2",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "bradleymeck"
},
"bugs": {
"url": "https://github.com/bmeck/node-cookiejar/issues"
},
"description": "simple persistent cookiejar system",
"devDependencies": {
"jshint": "^2.9.4"
},
"files": [
"cookiejar.js"
],
"homepage": "https://github.com/bmeck/node-cookiejar#readme",
"jshintConfig": {
"node": true
},
"license": "MIT",
"main": "cookiejar.js",
"name": "cookiejar",
"repository": {
"type": "git",
"url": "git+https://github.com/bmeck/node-cookiejar.git"
},
"scripts": {
"test": "node tests/test.js"
},
"version": "2.1.2"
}