backoffice/node_modules/domhelper/package.json

73 lines
1.8 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"domhelper@0.9.1",
"C:\\wamp64\\www\\ilink"
]
],
"_from": "domhelper@0.9.1",
"_id": "domhelper@0.9.1",
"_inBundle": false,
"_integrity": "sha1-JlVOW6wsnpWF3KUAl431Bn1kvQA=",
"_location": "/domhelper",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "domhelper@0.9.1",
"name": "domhelper",
"escapedName": "domhelper",
"rawSpec": "0.9.1",
"saveSpec": null,
"fetchSpec": "0.9.1"
},
"_requiredBy": [
"/slimscroll"
],
"_resolved": "https://registry.npmjs.org/domhelper/-/domhelper-0.9.1.tgz",
"_spec": "0.9.1",
"_where": "C:\\wamp64\\www\\ilink",
"bugs": {
"url": "https://github.com/yawetse/domhelper/issues"
},
"dependencies": {
"browserify": ">=3.46.0",
"classie": ">=0.0.1",
"util-extend": "^1.0.1"
},
"description": "domhelper is a small commonjs module with no library dependencies (sans jquery) provides some small dom manipulation and traversal methods.",
"devDependencies": {
"chai": "1.5.0",
"grunt": "0.4.1",
"grunt-browserify": "^2.0.8",
"grunt-contrib-jshint": "0.4.3",
"grunt-contrib-watch": "0.4.1",
"grunt-jsbeautifier": "0.1.7",
"grunt-jsdoc": "^0.5.4",
"grunt-simple-mocha": "0.4.0",
"jsdoc": "^3.3.0-alpha5",
"mocha": "1.9.0",
"zombie": "~2.0.0-alpha31"
},
"engines": {
"node": ">=0.10.x"
},
"homepage": "https://github.com/yawetse/domhelper#readme",
"keywords": [
"dom manipulation",
"dom",
"no jquery",
"jquery replacement"
],
"main": "index.js",
"name": "domhelper",
"repository": {
"type": "git",
"url": "git://github.com/yawetse/domhelper.git"
},
"scripts": {
"test": "mocha -R spec --recursive"
},
"version": "0.9.1"
}