Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

71 строка
2.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "html-parse-stringify2@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "html-parse-stringify2@2.0.1",
  9. "_id": "html-parse-stringify2@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-3FZwtyksoVi3vJFsmmc1rIhyg0o=",
  12. "_location": "/html-parse-stringify2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "html-parse-stringify2@2.0.1",
  18. "name": "html-parse-stringify2",
  19. "escapedName": "html-parse-stringify2",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/react-i18next"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/html-parse-stringify2/-/html-parse-stringify2-2.0.1.tgz",
  28. "_spec": "2.0.1",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Ray Di Ciaccio",
  32. "email": "ray.diciaccio@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rayd/html-parse-stringify2/issues"
  36. },
  37. "dependencies": {
  38. "void-elements": "^2.0.1"
  39. },
  40. "description": "Parses well-formed HTML (meaning all tags closed) into an AST and back. quickly.",
  41. "devDependencies": {
  42. "jshint": "^2.5.10",
  43. "phantomjs": "^1.9.13",
  44. "precommit-hook": "^1.0.7",
  45. "run-browser": "^2.0.1",
  46. "tap-spec": "^2.1.2",
  47. "tape": "^3.0.3",
  48. "zuul": "^1.16.5"
  49. },
  50. "homepage": "https://github.com/rayd/html-parse-stringify2",
  51. "keywords": [
  52. "html",
  53. "parse",
  54. "stringify",
  55. "ast"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "html-parse-stringify2",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/rayd/html-parse-stringify2.git"
  63. },
  64. "scripts": {
  65. "start": "run-browser test/*",
  66. "test": "zuul --phantom -- test/index.js",
  67. "test-ci": "zuul -- test/index.js"
  68. },
  69. "version": "2.0.1"
  70. }