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.

74 lines
2.0 KiB

5 years ago
  1. {
  2. "_from": "bianco.attr@^1.0.0",
  3. "_id": "bianco.attr@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ry700auBXrfRcn18wgOlDeCIAOy1HKnUrM96hc2xbzt4FQL+pfXTUGrt++gg9/rpp7JD4JUXi0X1OB7um+jm2w==",
  6. "_location": "/bianco.attr",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "bianco.attr@^1.0.0",
  12. "name": "bianco.attr",
  13. "escapedName": "bianco.attr",
  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.attr/-/bianco.attr-1.0.0.tgz",
  22. "_shasum": "38a16f28ad840cb57e0ab3638b8016e03c2bf1f2",
  23. "_spec": "bianco.attr@^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/@/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bianco.dom-to-array": "^0.0.10"
  36. },
  37. "deprecated": false,
  38. "description": "Helper to set/get/remove DOM attributes on a list of nodes",
  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/@#readme",
  53. "jsnext:main": "index.next.js",
  54. "keywords": [
  55. "es6",
  56. "es2015"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "module": "index.next.js",
  61. "name": "bianco.attr",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/biancojs/%40.git"
  65. },
  66. "scripts": {
  67. "build": "rollup -c",
  68. "doc": "documentation readme index.next.js -s API",
  69. "lint": "eslint index.next.js test.js rollup.config.js",
  70. "prepare": "npm run build && npm test",
  71. "test": "npm run lint && mocha test.js"
  72. },
  73. "version": "1.0.0"
  74. }