forked from Space-FuCheng/momoshare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
61 lines (57 loc) · 1.44 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
{
"name": "LXK9301",
"version": "1.0.0",
"description": "{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}",
"main": "AlipayManor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
""
],
"author": "LXK9301",
"license": "ISC",
"dependencies": {
"got": "^11.5.1",
"tough-cookie": "^4.0.0"
},
"name": "random-http-ua",
"version": "1.0.2",
"description": "批量生成http请求头的user-agent",
"main": "random-http-ua.js",
"scripts": {
"build": "babel index.js --out-file random-http-ua.js",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seasidesun/random-http-ua.git"
},
"author": "seasidesun",
"license": "ISC",
"bugs": {
"url": "https://github.com/seasidesun/random-http-ua/issues"
},
"homepage": "https://github.com/seasidesun/random-http-ua#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "5.0.0"
}
}
]
]
}
}