package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "gulp-concat-css@^3.1.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iLTBPS+cutlgLyK3bp9DMts+WuS8n2mQpjzQ7p/ZVQc8FO5fvpN+ntg9U6jsuNvPeuii82aKm8XeOzF0nUK+TA==",
  6. "_location": "/gulp-concat-css",
  7. "_phantomChildren": {
  8. "ansi-cyan": "0.1.1",
  9. "ansi-red": "0.1.1",
  10. "arr-flatten": "1.1.0",
  11. "core-util-is": "1.0.2",
  12. "inherits": "2.0.4",
  13. "xtend": "4.0.2"
  14. },
  15. "_requested": {
  16. "type": "range",
  17. "registry": true,
  18. "raw": "gulp-concat-css@^3.1.0",
  19. "name": "gulp-concat-css",
  20. "escapedName": "gulp-concat-css",
  21. "rawSpec": "^3.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "^3.1.0"
  24. },
  25. "_requiredBy": [
  26. "/fomantic-ui"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/gulp-concat-css/-/gulp-concat-css-3.1.0.tgz",
  29. "_shasum": "392567a9c50d409c3dae5c0f2f5b71d54ce60c99",
  30. "_spec": "gulp-concat-css@^3.1.0",
  31. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\fomantic-ui",
  32. "author": {
  33. "name": "Mario Casciaro"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "lodash.defaults": "^3.0.0",
  41. "parse-import": "^2.0.0",
  42. "plugin-error": "^0.1.2",
  43. "rework": "~1.0.0",
  44. "rework-import": "^2.0.0",
  45. "rework-plugin-url": "^1.0.1",
  46. "through2": "~1.1.1",
  47. "vinyl": "^2.1.0"
  48. },
  49. "deprecated": false,
  50. "description": "Concatenate css files, rebasing urls and inlining @import",
  51. "devDependencies": {
  52. "chai": "^1.10.0",
  53. "mocha": "^2.1.0"
  54. },
  55. "homepage": "https://github.com/mariocasciaro/gulp-concat-css",
  56. "keywords": [
  57. "gulpplugin",
  58. "concat",
  59. "css",
  60. "import",
  61. "merge",
  62. "inline"
  63. ],
  64. "licenses": [
  65. {
  66. "type": "MIT",
  67. "url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
  68. }
  69. ],
  70. "name": "gulp-concat-css",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/mariocasciaro/gulp-concat-css.git"
  74. },
  75. "scripts": {
  76. "test": "node_modules/mocha/bin/mocha test/*.js --reporter spec"
  77. },
  78. "version": "3.1.0"
  79. }