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.
80 lines
2.1 KiB
80 lines
2.1 KiB
{
|
|
"_from": "bianco.query@^1.0.0",
|
|
"_id": "bianco.query@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pDstv5+tsuw//wNuPnXuf4DjyN116tcH/a7hxbqH1OpWMsBgBkp/O29uxlWEZWN5e6hCaGajLNA9CAGTsgYeWw==",
|
|
"_location": "/bianco.query",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bianco.query@^1.0.0",
|
|
"name": "bianco.query",
|
|
"escapedName": "bianco.query",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/riot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/bianco.query/-/bianco.query-1.0.0.tgz",
|
|
"_shasum": "1149b4d5b4175ef28086ba5851507bebd60d161a",
|
|
"_spec": "bianco.query@^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/query/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bianco.dom-to-array": "^0.0.10"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Modern DOM query selectors helpers written in es2015",
|
|
"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/query#readme",
|
|
"jsnext:main": "index.next.js",
|
|
"keywords": [
|
|
"es6",
|
|
"es2015",
|
|
"query",
|
|
"$",
|
|
"querySelectorAll",
|
|
"querySelector",
|
|
"DOM"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"module": "index.next.js",
|
|
"name": "bianco.query",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/biancojs/query.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"
|
|
}
|