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.

77 lines
2.2 KiB

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