package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "symbol-tree@^3.2.4",
  3. "_id": "symbol-tree@3.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
  6. "_location": "/symbol-tree",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "symbol-tree@^3.2.4",
  12. "name": "symbol-tree",
  13. "escapedName": "symbol-tree",
  14. "rawSpec": "^3.2.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.2.4"
  17. },
  18. "_requiredBy": [
  19. "/jsdom"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
  22. "_shasum": "430637d248ba77e078883951fb9aa0eed7c63fa2",
  23. "_spec": "symbol-tree@^3.2.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jsdom",
  25. "author": {
  26. "name": "Joris van der Wel",
  27. "email": "joris@jorisvanderwel.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jsdom/js-symbol-tree/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
  35. "devDependencies": {
  36. "babel-eslint": "^10.0.1",
  37. "coveralls": "^3.0.0",
  38. "eslint": "^5.16.0",
  39. "eslint-plugin-import": "^2.2.0",
  40. "istanbul": "^0.4.5",
  41. "jsdoc-to-markdown": "^5.0.0",
  42. "tape": "^4.0.0"
  43. },
  44. "files": [
  45. "lib"
  46. ],
  47. "homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
  48. "keywords": [
  49. "list",
  50. "queue",
  51. "stack",
  52. "linked-list",
  53. "tree",
  54. "es6",
  55. "dom",
  56. "symbol"
  57. ],
  58. "license": "MIT",
  59. "main": "lib/SymbolTree.js",
  60. "name": "symbol-tree",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jsdom/js-symbol-tree.git"
  64. },
  65. "scripts": {
  66. "ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
  67. "documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
  68. "lint": "eslint lib test",
  69. "postci": "npm run posttest",
  70. "posttest": "npm run lint",
  71. "predocumentation": "cp readme-header.md README.md",
  72. "test": "istanbul cover test/SymbolTree.js"
  73. },
  74. "version": "3.2.4"
  75. }