package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "dom-converter@^0.2.0",
  3. "_id": "dom-converter@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==",
  6. "_location": "/dom-converter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "dom-converter@^0.2.0",
  12. "name": "dom-converter",
  13. "escapedName": "dom-converter",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/renderkid"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz",
  22. "_shasum": "6721a9daee2e293682955b6afe416771627bb768",
  23. "_spec": "dom-converter@^0.2.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\renderkid",
  25. "author": {
  26. "name": "Aria Minaei"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/AriaMinaei/dom-converter/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "utila": "~0.4"
  34. },
  35. "deprecated": false,
  36. "description": "converts bare objects to DOM objects or xml representations",
  37. "devDependencies": {
  38. "chai": "^1.10.0",
  39. "chai-changes": "^1.3.4",
  40. "chai-fuzzy": "^1.4.0",
  41. "coffee-script": "^1.8.0",
  42. "jitter": "^1.3.0",
  43. "mocha": "^2.0.1",
  44. "mocha-pretty-spec-reporter": "0.1.0-beta.1",
  45. "sinon": "^1.12.2",
  46. "sinon-chai": "^2.6.0"
  47. },
  48. "homepage": "https://github.com/AriaMinaei/dom-converter#readme",
  49. "license": "MIT",
  50. "main": "lib/domConverter.js",
  51. "name": "dom-converter",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/AriaMinaei/dom-converter.git"
  55. },
  56. "scripts": {
  57. "compile": "coffee --bare --compile --output ./lib ./src",
  58. "compile:watch": "jitter src lib -b",
  59. "prepublish": "npm run compile",
  60. "test": "mocha \"test/**/*.coffee\"",
  61. "test:watch": "mocha \"test/**/*.coffee\" --watch",
  62. "watch": "npm run compile:watch & npm run test:watch",
  63. "winwatch": "start/b npm run compile:watch & npm run test:watch"
  64. },
  65. "version": "0.2.0"
  66. }