package.json 2.1 KB

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