package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "rework-import@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wm7StTFZrHvi7GDaIj74lgPB7x8=",
  6. "_location": "/rework-import",
  7. "_phantomChildren": {
  8. "array-union": "1.0.2",
  9. "async": "1.5.2",
  10. "inflight": "1.0.6",
  11. "inherits": "2.0.4",
  12. "minimatch": "3.0.4",
  13. "once": "1.4.0",
  14. "path-is-absolute": "1.0.1"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "rework-import@^2.0.0",
  20. "name": "rework-import",
  21. "escapedName": "rework-import",
  22. "rawSpec": "^2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/gulp-concat-css"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/rework-import/-/rework-import-2.1.0.tgz",
  30. "_shasum": "c26ed2b53159ac7be2ec60da223ef89603c1ef1f",
  31. "_spec": "rework-import@^2.0.0",
  32. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-concat-css",
  33. "authors": [
  34. "Kevin Mårtensson <[email protected]>",
  35. "Jason Campbell <[email protected]>",
  36. "Maxime Thirouin <[email protected]>"
  37. ],
  38. "bugs": {
  39. "url": "https://github.com/reworkcss/rework-import/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "css": "^2.0.0",
  44. "globby": "^2.0.0",
  45. "parse-import": "^2.0.0",
  46. "url-regex": "^3.0.0"
  47. },
  48. "deprecated": false,
  49. "description": "A rework plugin to read and inline CSS files via @import",
  50. "devDependencies": {
  51. "ava": "^0.0.4",
  52. "css-whitespace": "^1.1.0",
  53. "rework": "^1.0.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/reworkcss/rework-import#readme",
  62. "keywords": [
  63. "css",
  64. "import",
  65. "media",
  66. "rework"
  67. ],
  68. "license": "MIT",
  69. "name": "rework-import",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/reworkcss/rework-import.git"
  73. },
  74. "scripts": {
  75. "test": "node test/test.js"
  76. },
  77. "version": "2.1.0"
  78. }