项目原始demo,不改动
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

72 lines
1.6 KiB

  1. {
  2. "_args": [
  3. [
  4. "dom-serializer@0.1.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "dom-serializer@0.1.0",
  10. "_id": "dom-serializer@0.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=",
  13. "_location": "/dom-serializer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "dom-serializer@0.1.0",
  19. "name": "dom-serializer",
  20. "escapedName": "dom-serializer",
  21. "rawSpec": "0.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.0"
  24. },
  25. "_requiredBy": [
  26. "/domutils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
  29. "_spec": "0.1.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Felix Boehm",
  33. "email": "me@feedic.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/cheeriojs/dom-renderer/issues"
  37. },
  38. "dependencies": {
  39. "domelementtype": "~1.1.1",
  40. "entities": "~1.1.1"
  41. },
  42. "description": "render dom nodes to string",
  43. "devDependencies": {
  44. "cheerio": "*",
  45. "expect.js": "~0.3.1",
  46. "jshint": "~2.3.0",
  47. "lodash": "~2.4.1",
  48. "mocha": "*",
  49. "xyz": "0.4.x"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/cheeriojs/dom-renderer#readme",
  55. "keywords": [
  56. "html",
  57. "xml",
  58. "render"
  59. ],
  60. "license": "MIT",
  61. "main": "./index.js",
  62. "name": "dom-serializer",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/cheeriojs/dom-renderer.git"
  66. },
  67. "scripts": {
  68. "test": "mocha test.js"
  69. },
  70. "version": "0.1.0"
  71. }