Update hexo-yam to 0.6.0

This commit is contained in:
curben 2018-10-05 12:16:02 +09:30
parent 3d97dee41b
commit 3f6655a33c
1 changed files with 15 additions and 11 deletions

26
package-lock.json generated
View File

@ -262,7 +262,7 @@
},
"bl": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
"resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz",
"integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==",
"requires": {
"readable-stream": "^2.3.5",
@ -1167,7 +1167,8 @@
},
"code-point-at": {
"version": "1.1.0",
"bundled": true
"bundled": true,
"optional": true
},
"concat-map": {
"version": "0.0.1",
@ -1278,7 +1279,8 @@
},
"inherits": {
"version": "2.0.3",
"bundled": true
"bundled": true,
"optional": true
},
"ini": {
"version": "1.3.5",
@ -1288,6 +1290,7 @@
"is-fullwidth-code-point": {
"version": "1.0.0",
"bundled": true,
"optional": true,
"requires": {
"number-is-nan": "^1.0.0"
}
@ -1399,7 +1402,8 @@
},
"number-is-nan": {
"version": "1.0.1",
"bundled": true
"bundled": true,
"optional": true
},
"object-assign": {
"version": "4.1.1",
@ -1514,6 +1518,7 @@
"string-width": {
"version": "1.0.2",
"bundled": true,
"optional": true,
"requires": {
"code-point-at": "^1.0.0",
"is-fullwidth-code-point": "^1.0.0",
@ -2128,13 +2133,12 @@
}
},
"hexo-yam": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/hexo-yam/-/hexo-yam-0.5.0.tgz",
"integrity": "sha512-/JDGQOAzn1j4FJpE0ZIghVkB9NJu2VIRqv0jyor2lpw1NF/FS19+2FHNFiyauz09WaKLiobh2JyteEztss0vTg==",
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/hexo-yam/-/hexo-yam-0.6.0.tgz",
"integrity": "sha512-UiknARzlUH4xTqpJRm8wPT9XzOoXxaXerV1O+35FtIEXzoVI3kmHECW3jNUyGQS+FoD2hss3dsO2yv8/X6gKJA==",
"requires": {
"bluebird": "^3.5.2",
"clean-css": "^4.2.1",
"hexo-fs": "^0.2.3",
"html-minifier": "^3.5.20",
"iltorb": "^2.4.0",
"minimatch": "^3.0.4",
@ -3053,9 +3057,9 @@
}
},
"node-abi": {
"version": "2.4.4",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.4.4.tgz",
"integrity": "sha512-DQ9Mo2mf/XectC+s6+grPPRQ1Z9gI3ZbrGv6nyXRkjwT3HrE0xvtvrfnH7YHYBLgC/KLadg+h3XHnhZw1sv88A==",
"version": "2.4.5",
"resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.4.5.tgz",
"integrity": "sha512-aa/UC6Nr3+tqhHGRsAuw/edz7/q9nnetBrKWxj6rpTtm+0X9T1qU7lIEHMS3yN9JwAbRiKUbRRFy1PLz/y3aaA==",
"requires": {
"semver": "^5.4.1"
}