package.json
1.54 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
{
"_from": "url-join@^4.0.1",
"_id": "url-join@4.0.1",
"_inBundle": false,
"_integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==",
"_location": "/url-join",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "url-join@^4.0.1",
"name": "url-join",
"escapedName": "url-join",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/messaging-api-line"
],
"_resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz",
"_shasum": "b642e21a2646808ffa178c4c5fda39844e12cde7",
"_spec": "url-join@^4.0.1",
"_where": "C:\\Users\\김수민\\Desktop\\ostt\\LINEBOT\\node_modules\\messaging-api-line",
"author": {
"name": "José F. Romaniello",
"email": "jfromaniello@gmail.com",
"url": "http://joseoncode.com"
},
"bugs": {
"url": "https://github.com/jfromaniello/url-join/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Join urls and normalize as in path.join.",
"devDependencies": {
"conventional-changelog": "^1.1.10",
"mocha": "^3.2.0",
"should": "~1.2.1"
},
"homepage": "https://github.com/jfromaniello/url-join#readme",
"keywords": [
"url",
"join"
],
"license": "MIT",
"main": "lib/url-join.js",
"name": "url-join",
"repository": {
"type": "git",
"url": "git://github.com/jfromaniello/url-join.git"
},
"scripts": {
"test": "mocha --require should"
},
"version": "4.0.1"
}