e8111489db
Lodash version fixed due to security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2018-3721
32 lines
729 B
JSON
32 lines
729 B
JSON
{
|
|
"name": "purescript-cheerio",
|
|
"description": "PureScript bindings for Cheerio",
|
|
"main": "index.js",
|
|
"authors": [
|
|
"icyrock.com@icyrock.com"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/icyrockcom/purescript-cheerio",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"purescript-console": "^4.1.0",
|
|
"purescript-effect": "^2.0.0",
|
|
"purescript-functions": "^4.0.0",
|
|
"purescript-prelude": "^4.1.0",
|
|
"purescript-test-unit": "^14.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"purescript-psci-support": "^4.0.0"
|
|
}
|
|
}
|