package.json 2.1 KB

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