@amarajs/plugin-dom
Version:
Provides virtual DOM for AmaraJS web applications.
75 lines (74 loc) • 2.3 kB
JSON
{
"_from": "vdom-parser@*",
"_id": "vdom-parser@1.4.1",
"_inBundle": false,
"_integrity": "sha1-tmFo/Su+yBl0++X9Lk5nd9/Bc+0=",
"_location": "/vdom-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vdom-parser@*",
"name": "vdom-parser",
"escapedName": "vdom-parser",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/vdom-parser/-/vdom-parser-1.4.1.tgz",
"_shasum": "b66168fd2bbec81974fbe5fd2e4e6777dfc173ed",
"_spec": "vdom-parser@*",
"_where": "E:\\",
"author": {
"name": "David Frank"
},
"bugs": {
"url": "https://github.com/bitinn/vdom-parser/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A client-side DOM to vdom parser based on DOMParser API, compatible with virtual-dom",
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"mocha": "^2.2.5",
"mochify": "^2.9.0",
"mochify-istanbul": "^2.3.0",
"onchange": "^2.1.2",
"phantomjs-prebuilt": "^2.1.3",
"virtual-dom": "^2.0.1",
"zuul": "^3.0.0"
},
"homepage": "https://github.com/bitinn/vdom-parser#readme",
"keywords": [
"dom",
"vdom",
"parser",
"virtual-dom"
],
"license": "MIT",
"main": "index.js",
"name": "vdom-parser",
"peerDependencies": {
"virtual-dom": "2.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitinn/vdom-parser.git"
},
"scripts": {
"dist": "browserify index.js -s vdomParser > dist.js",
"test": "mochify -R spec ./test/test.js",
"test-coverage": "mochify -R spec --plugin [ mochify-istanbul --exclude '**/test/**/*' --dir ./coverage --report lcov ] ./test/test.js && cat ./coverage/lcov.info | coveralls",
"test-lab": "SAUCE_APPIUM_VERSION=1.6.3 DEBUG=zuul* zuul --ui mocha-bdd -- test/test.js",
"test-local": "DEBUG=zuul* zuul --open --local 8080 --ui mocha-bdd -- test/test.js",
"test-report": "mochify -R spec --plugin [ mochify-istanbul --exclude '**/test/**/*' --dir ./coverage --report lcov ] ./test/test.js",
"test-travis": "npm run test-coverage && npm run test-lab"
},
"version": "1.4.1"
}