package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "accord@^0.29.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3OOR92FTc2p5/EcOzPcXp+Cbo+3C15nV9RXHlOUBCBpHhcB+0frbSNR9ehED/o7sTcyGVtqGJpguToEdlXhD0w==",
  6. "_location": "/accord",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "accord@^0.29.0",
  12. "name": "accord",
  13. "escapedName": "accord",
  14. "rawSpec": "^0.29.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.29.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-less"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/accord/-/accord-0.29.0.tgz",
  22. "_shasum": "b741c176d00435c5929d466dfe8cf6bee933b1e4",
  23. "_spec": "accord@^0.29.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-less",
  25. "author": {
  26. "name": "Jeff Escalante"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/jescalan/accord"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "convert-source-map": "^1.5.0",
  34. "glob": "^7.0.5",
  35. "indx": "^0.2.3",
  36. "lodash.clone": "^4.3.2",
  37. "lodash.defaults": "^4.0.1",
  38. "lodash.flatten": "^4.2.0",
  39. "lodash.merge": "^4.4.0",
  40. "lodash.partialright": "^4.1.4",
  41. "lodash.pick": "^4.2.1",
  42. "lodash.uniq": "^4.3.0",
  43. "resolve": "^1.5.0",
  44. "semver": "^5.3.0",
  45. "uglify-js": "^2.8.22",
  46. "when": "^3.7.8"
  47. },
  48. "deprecated": false,
  49. "description": "A unified interface for compiled languages and templates in JavaScript",
  50. "devDependencies": {
  51. "LiveScript": "^1.3.1",
  52. "acorn": "^5.0.3",
  53. "babel": "^6.23.0",
  54. "babel-core": "^6.24.1",
  55. "babel-preset-es2015": "^6.24.1",
  56. "buble": "^0.15.2",
  57. "chai": "^3.5.0",
  58. "clean-css": "^4.0.12",
  59. "coco": "^0.9.1",
  60. "coffee-coverage": "^2.0.1",
  61. "coffee-react-transform": "^5.0.0",
  62. "coffee-script": "^1.12.5",
  63. "coveralls": "^2.13.1",
  64. "css-parse": "^2.0.0",
  65. "csso": "^3.1.1",
  66. "dogescript": "^2.3.0",
  67. "dot": "^1.1.1",
  68. "eco": "^1.0.3",
  69. "ejs": "^2.5.6",
  70. "hamljs": "^0.6.2",
  71. "handlebars": "^4.0.8",
  72. "he": "^1.1.1",
  73. "hogan.js": "^3.0.2",
  74. "html-minifier": "^3.4.3",
  75. "istanbul": "^0.4.4",
  76. "jade": "^1.11.0",
  77. "less": "^3.0.0",
  78. "marc": "^0.1.0",
  79. "marked": "^0.3.5",
  80. "mocha": "^3.3.0",
  81. "mocha-lcov-reporter": "^1.3.0",
  82. "myth": "^1.5.0",
  83. "node-sass": "^4.5.2",
  84. "parse5": "^3.0.2",
  85. "polytest": "0.0.1",
  86. "postcss": "^5.2.17",
  87. "postcss-simple-vars": "^3.1.0",
  88. "pug": "^2.0.0-rc.1",
  89. "react-tools": "^0.13.3",
  90. "stylus": "^0.54.5",
  91. "swig": "^1.4.2",
  92. "toffee": "^0.1.13",
  93. "typescript-compiler": "^1.4.1"
  94. },
  95. "homepage": "https://github.com/jescalan/accord",
  96. "keywords": [
  97. "compile"
  98. ],
  99. "license": "MIT",
  100. "main": "lib",
  101. "name": "accord",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jenius/accord.git"
  105. },
  106. "scripts": {
  107. "coverage": "mocha && ./node_modules/.bin/istanbul report && open coverage/lcov-report/index.html",
  108. "coveralls": "istanbul report && cat ./coverage/lcov.info | coveralls",
  109. "legacy": "coffee test/legacy.coffee",
  110. "test": "mocha test/test.coffee"
  111. },
  112. "version": "0.29.0"
  113. }