first-child-shim
Version:
Shim for retrieving firstChild in a node environment.
30 lines (29 loc) • 691 B
JSON
{
"name": "first-child-shim",
"version": "2.0.3",
"description": "Shim for retrieving firstChild in a node environment.",
"main": "index.js",
"scripts": {
"test": "tape ./test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kristoferjoseph/first-child.git"
},
"keywords": [
"firstChild",
"node",
"shim"
],
"author": "@dam",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kristoferjoseph/first-child-shim/issues"
},
"homepage": "https://github.com/kristoferjoseph/first-child-shim#readme",
"devDependencies": {
"bel": "^4.5.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}