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.
75 lines
2.0 KiB
75 lines
2.0 KiB
{
|
|
"_from": "bianco.attr@^1.0.0",
|
|
"_id": "bianco.attr@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ry700auBXrfRcn18wgOlDeCIAOy1HKnUrM96hc2xbzt4FQL+pfXTUGrt++gg9/rpp7JD4JUXi0X1OB7um+jm2w==",
|
|
"_location": "/bianco.attr",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bianco.attr@^1.0.0",
|
|
"name": "bianco.attr",
|
|
"escapedName": "bianco.attr",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/riot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bianco.attr/-/bianco.attr-1.0.0.tgz",
|
|
"_shasum": "38a16f28ad840cb57e0ab3638b8016e03c2bf1f2",
|
|
"_spec": "bianco.attr@^1.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/riot",
|
|
"author": {
|
|
"name": "Gianluca Guarini",
|
|
"email": "gianluca.guarini@gmail.com",
|
|
"url": "http://gianlucaguarini.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/biancojs/@/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bianco.dom-to-array": "^0.0.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Helper to set/get/remove DOM attributes on a list of nodes",
|
|
"devDependencies": {
|
|
"@gianlucaguarini/eslint-config": "^2.0.0",
|
|
"eslint": "^5.8.0",
|
|
"jsdom": "12.2.0",
|
|
"jsdom-global": "3.0.2",
|
|
"mocha": "^5.2.0",
|
|
"rollup": "^0.66.6",
|
|
"rollup-plugin-node-resolve": "^3.4.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.next.js"
|
|
],
|
|
"homepage": "https://github.com/biancojs/@#readme",
|
|
"jsnext:main": "index.next.js",
|
|
"keywords": [
|
|
"es6",
|
|
"es2015"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.next.js",
|
|
"name": "bianco.attr",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/biancojs/%40.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": "1.0.0"
|
|
}
|