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.

79 lines
2.1 KiB

5 years ago
  1. {
  2. "_from": "bianco.query@^1.0.0",
  3. "_id": "bianco.query@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pDstv5+tsuw//wNuPnXuf4DjyN116tcH/a7hxbqH1OpWMsBgBkp/O29uxlWEZWN5e6hCaGajLNA9CAGTsgYeWw==",
  6. "_location": "/bianco.query",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bianco.query@^1.0.0",
  12. "name": "bianco.query",
  13. "escapedName": "bianco.query",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/riot"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bianco.query/-/bianco.query-1.0.0.tgz",
  22. "_shasum": "1149b4d5b4175ef28086ba5851507bebd60d161a",
  23. "_spec": "bianco.query@^1.0.0",
  24. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/riot",
  25. "author": {
  26. "name": "Gianluca Guarini",
  27. "email": "gianluca.guarini@gmail.com",
  28. "url": "http://gianlucaguarini.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/biancojs/query/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bianco.dom-to-array": "^0.0.10"
  36. },
  37. "deprecated": false,
  38. "description": "Modern DOM query selectors helpers written in es2015",
  39. "devDependencies": {
  40. "@gianlucaguarini/eslint-config": "^2.0.0",
  41. "eslint": "^5.8.0",
  42. "jsdom": "12.2.0",
  43. "jsdom-global": "3.0.2",
  44. "mocha": "^5.2.0",
  45. "rollup": "^0.66.6",
  46. "rollup-plugin-node-resolve": "^3.4.0"
  47. },
  48. "files": [
  49. "index.js",
  50. "index.next.js"
  51. ],
  52. "homepage": "https://github.com/biancojs/query#readme",
  53. "jsnext:main": "index.next.js",
  54. "keywords": [
  55. "es6",
  56. "es2015",
  57. "query",
  58. "$",
  59. "querySelectorAll",
  60. "querySelector",
  61. "DOM"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "module": "index.next.js",
  66. "name": "bianco.query",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/biancojs/query.git"
  70. },
  71. "scripts": {
  72. "build": "rollup -c",
  73. "doc": "documentation readme index.next.js -s API",
  74. "lint": "eslint index.next.js test.js rollup.config.js",
  75. "prepare": "npm run build && npm test",
  76. "test": "npm run lint && mocha test.js"
  77. },
  78. "version": "1.0.0"
  79. }