Switch from hexo-filter-nofollow to hexo-nofollow

This commit is contained in:
curben 2018-09-29 22:57:33 +09:30
parent 8e5c6f4f0f
commit a72fa4036c
2 changed files with 27 additions and 27 deletions

52
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "10.11.2", "version": "10.11.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-10.11.3.tgz",
"integrity": "sha512-XubfQDIg88PGJ7netQPf3QOKHF7Xht4WXGtg5W7cGBeQs9ETbYKwfchR9o+tRRA9iLTQ7nAre85M205JbYsjJA==" "integrity": "sha512-3AvcEJAh9EMatxs+OxAlvAEs7OTy6AG94mcH1iqyVDwVVndekLxzwkWQ/Z4SDbY6GO2oyUXyWW8tQ4rENSSQVQ=="
}, },
"JSONStream": { "JSONStream": {
"version": "1.3.4", "version": "1.3.4",
@ -1476,29 +1476,6 @@
"safe-json-stringify": "~1" "safe-json-stringify": "~1"
} }
}, },
"hexo-filter-nofollow": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/hexo-filter-nofollow/-/hexo-filter-nofollow-1.0.1.tgz",
"integrity": "sha512-QlkOd4JxW60nHUn63WSLknWrtvk0ryrd2/Ehv5HGIT9MG3XOnqNib7JM7pG6tF2iu7ji3/vwLXG8UcwIT7ljxQ==",
"requires": {
"cheerio": "^1.0.0-rc.2"
},
"dependencies": {
"cheerio": {
"version": "1.0.0-rc.2",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz",
"integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=",
"requires": {
"css-select": "~1.2.0",
"dom-serializer": "~0.1.0",
"entities": "~1.1.1",
"htmlparser2": "^3.9.1",
"lodash": "^4.15.0",
"parse5": "^3.0.1"
}
}
}
},
"hexo-front-matter": { "hexo-front-matter": {
"version": "0.2.3", "version": "0.2.3",
"resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-0.2.3.tgz", "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-0.2.3.tgz",
@ -1617,6 +1594,29 @@
} }
} }
}, },
"hexo-nofollow": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/hexo-nofollow/-/hexo-nofollow-0.1.0.tgz",
"integrity": "sha512-igcHJpuRs3wsyRlE4+XhgJhiLv/X4UG1IRKrCv0mA6ICyTM16WW9nZpMEyv5CVh/u+Nr3u3NRmb4qAKvqMtbYA==",
"requires": {
"cheerio": "1.0.0-rc.2"
},
"dependencies": {
"cheerio": {
"version": "1.0.0-rc.2",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz",
"integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=",
"requires": {
"css-select": "~1.2.0",
"dom-serializer": "~0.1.0",
"entities": "~1.1.1",
"htmlparser2": "^3.9.1",
"lodash": "^4.15.0",
"parse5": "^3.0.1"
}
}
}
},
"hexo-pagination": { "hexo-pagination": {
"version": "0.0.2", "version": "0.0.2",
"resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-0.0.2.tgz", "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-0.0.2.tgz",

View File

@ -7,7 +7,7 @@
}, },
"dependencies": { "dependencies": {
"hexo": "latest", "hexo": "latest",
"hexo-filter-nofollow": "latest", "hexo-nofollow": "latest",
"hexo-generator-archive": "latest", "hexo-generator-archive": "latest",
"hexo-generator-category": "latest", "hexo-generator-category": "latest",
"hexo-generator-index": "latest", "hexo-generator-index": "latest",