package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "symbol-tree@3.2.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "symbol-tree@3.2.2",
  10. "_id": "symbol-tree@3.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=",
  13. "_location": "/symbol-tree",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "symbol-tree@3.2.2",
  19. "name": "symbol-tree",
  20. "escapedName": "symbol-tree",
  21. "rawSpec": "3.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.2"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/symbol-tree/download/symbol-tree-3.2.2.tgz",
  29. "_spec": "3.2.2",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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": "^7.1.1",
  41. "coveralls": "^2.11.15",
  42. "eslint": "^3.12.0",
  43. "eslint-plugin-import": "^2.2.0",
  44. "istanbul": "^0.4.5",
  45. "jsdoc-to-markdown": "^3.0.0",
  46. "tape": "^4.0.0"
  47. },
  48. "files": [
  49. "lib",
  50. "api.md"
  51. ],
  52. "homepage": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
  53. "keywords": [
  54. "list",
  55. "queue",
  56. "stack",
  57. "linked-list",
  58. "tree",
  59. "es6",
  60. "dom",
  61. "symbol"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/SymbolTree.js",
  65. "name": "symbol-tree",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/jsdom/js-symbol-tree.git"
  69. },
  70. "scripts": {
  71. "ci": "istanbul cover test/SymbolTree.js --report lcovonly && cat ./coverage/lcov.info | coveralls",
  72. "documentation": "jsdoc2md --files lib/SymbolTree.js >> README.md",
  73. "lint": "eslint lib test",
  74. "postci": "npm run posttest",
  75. "posttest": "npm run lint",
  76. "predocumentation": "cp readme-header.md README.md",
  77. "test": "istanbul cover test/SymbolTree.js"
  78. },
  79. "version": "3.2.2"
  80. }