You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.2 KiB

4 years ago
{
"_from": "bianco.dom-to-array@^0.0.10",
"_id": "bianco.dom-to-array@0.0.10",
"_inBundle": false,
"_integrity": "sha512-EFYkcEGPmIqatvh+6I2eF6/X4mDtEyGoBucqmudJ5qABbFOw3RPIWB913aLD1FTaux8pZtYzD/yvcwGJKSNgXg==",
"_location": "/bianco.dom-to-array",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bianco.dom-to-array@^0.0.10",
"name": "bianco.dom-to-array",
"escapedName": "bianco.dom-to-array",
"rawSpec": "^0.0.10",
"saveSpec": null,
"fetchSpec": "^0.0.10"
},
"_requiredBy": [
"/bianco.attr",
"/bianco.query"
],
"_resolved": "https://registry.npmjs.org/bianco.dom-to-array/-/bianco.dom-to-array-0.0.10.tgz",
"_shasum": "376e1a37c4ca5119b3b6de9fd2d5c994cf0152a3",
"_spec": "bianco.dom-to-array@^0.0.10",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/bianco.attr",
"author": {
"name": "Gianluca Guarini",
"email": "gianluca.guarini@gmail.com",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/biancojs/dom-to-array/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Converts any DOM node/s to a loopable array",
"devDependencies": {
"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^4.19.1",
"jsdom": "11.11.0",
"jsdom-global": "3.0.2",
"mocha": "^5.2.0",
"rollup": "^0.59.4",
"rollup-plugin-node-resolve": "^3.3.0"
},
"files": [
"index.js",
"index.next.js"
],
"homepage": "https://github.com/biancojs/dom-to-array#readme",
"jsnext:main": "index.next.js",
"keywords": [
"es6",
"es2015",
"dom",
"array",
"iterator",
"dom loops",
"nodes"
],
"license": "MIT",
"main": "index.js",
"module": "index.next.js",
"name": "bianco.dom-to-array",
"repository": {
"type": "git",
"url": "git+https://github.com/biancojs/dom-to-array.git"
},
"scripts": {
"build": "rollup -c",
"doc": "documentation readme index.next.js -s API",
"lint": "eslint index.next.js test.js rollup.config.js",
"prepare": "npm run build && npm test",
"test": "npm run lint && mocha test.js"
},
"version": "0.0.10"
}