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.

package.json 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "gulp-concat-css",
  3. "_id": "gulp-concat-css@3.1.0",
  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": "tag",
  17. "registry": true,
  18. "raw": "gulp-concat-css",
  19. "name": "gulp-concat-css",
  20. "escapedName": "gulp-concat-css",
  21. "rawSpec": "",
  22. "saveSpec": null,
  23. "fetchSpec": "latest"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/",
  27. "#USER"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/gulp-concat-css/-/gulp-concat-css-3.1.0.tgz",
  30. "_shasum": "392567a9c50d409c3dae5c0f2f5b71d54ce60c99",
  31. "_spec": "gulp-concat-css",
  32. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app",
  33. "author": {
  34. "name": "Mario Casciaro"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "lodash.defaults": "^3.0.0",
  42. "parse-import": "^2.0.0",
  43. "plugin-error": "^0.1.2",
  44. "rework": "~1.0.0",
  45. "rework-import": "^2.0.0",
  46. "rework-plugin-url": "^1.0.1",
  47. "through2": "~1.1.1",
  48. "vinyl": "^2.1.0"
  49. },
  50. "deprecated": false,
  51. "description": "Concatenate css files, rebasing urls and inlining @import",
  52. "devDependencies": {
  53. "chai": "^1.10.0",
  54. "mocha": "^2.1.0"
  55. },
  56. "homepage": "https://github.com/mariocasciaro/gulp-concat-css",
  57. "keywords": [
  58. "gulpplugin",
  59. "concat",
  60. "css",
  61. "import",
  62. "merge",
  63. "inline"
  64. ],
  65. "licenses": [
  66. {
  67. "type": "MIT",
  68. "url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
  69. }
  70. ],
  71. "name": "gulp-concat-css",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/mariocasciaro/gulp-concat-css.git"
  75. },
  76. "scripts": {
  77. "test": "node_modules/mocha/bin/mocha test/*.js --reporter spec"
  78. },
  79. "version": "3.1.0"
  80. }