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 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "rework-import@^2.0.0",
  3. "_id": "rework-import@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wm7StTFZrHvi7GDaIj74lgPB7x8=",
  6. "_location": "/rework-import",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rework-import@^2.0.0",
  12. "name": "rework-import",
  13. "escapedName": "rework-import",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-concat-css"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rework-import/-/rework-import-2.1.0.tgz",
  22. "_shasum": "c26ed2b53159ac7be2ec60da223ef89603c1ef1f",
  23. "_spec": "rework-import@^2.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-concat-css",
  25. "authors": [
  26. "Kevin Mårtensson <kevinmartensson@gmail.com>",
  27. "Jason Campbell <jason@js.la>",
  28. "Maxime Thirouin <m@moox.io>"
  29. ],
  30. "bugs": {
  31. "url": "https://github.com/reworkcss/rework-import/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "css": "^2.0.0",
  36. "globby": "^2.0.0",
  37. "parse-import": "^2.0.0",
  38. "url-regex": "^3.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "A rework plugin to read and inline CSS files via @import",
  42. "devDependencies": {
  43. "ava": "^0.0.4",
  44. "css-whitespace": "^1.1.0",
  45. "rework": "^1.0.0"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/reworkcss/rework-import#readme",
  54. "keywords": [
  55. "css",
  56. "import",
  57. "media",
  58. "rework"
  59. ],
  60. "license": "MIT",
  61. "name": "rework-import",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/reworkcss/rework-import.git"
  65. },
  66. "scripts": {
  67. "test": "node test/test.js"
  68. },
  69. "version": "2.1.0"
  70. }