jsdom-jscore-rn
Version:
A fork of brentvatne/jsdom-jscore to run within react-native
29 lines (28 loc) • 746 B
JSON
{
"name": "jsdom-jscore-rn",
"version": "0.1.9",
"description": "A fork of brentvatne/jsdom-jscore to run within react-native",
"keywords": [
"dom",
"w3c",
"html"
],
"author": {
"name": "年糕小豆汤",
"email": "ooiss@qq.com"
},
"bugs": "https://github.com/iamcco/jsdom-jscore-rn/issues",
"license": {
"type": "MIT",
"url": "http://github.com/iamcco/jsdom-jscore-rn/blob/master/LICENSE.txt"
},
"repository": {
"type": "git",
"url": "git://github.com/iamcco/jsdom-jscore-rn.git"
},
"main": "./lib/jsdom",
"dependencies": {
"htmlparser2-without-node-native": "^3.9.2",
"querystring": "^0.2.0"
}
}