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.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_from": "extract-css@^1.5.4",
  3. "_id": "extract-css@1.5.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fvNKsWJxK8WaSyl9CsSw2lSn8qEKe0rBOaZXZ/fkCeux4tInHoFjTA1YBDi55iNwWTfe9VfLFsoBPCIIn5eArw==",
  6. "_location": "/extract-css",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "extract-css@^1.5.4",
  12. "name": "extract-css",
  13. "escapedName": "extract-css",
  14. "rawSpec": "^1.5.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.5.4"
  17. },
  18. "_requiredBy": [
  19. "/inline-css"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/extract-css/-/extract-css-1.5.5.tgz",
  22. "_shasum": "0082ae6f1ff8d0375739344e8874fd703d7ea05c",
  23. "_spec": "extract-css@^1.5.4",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\inline-css",
  25. "author": {
  26. "name": "Jonathan Kemp",
  27. "email": "kempdogg@gmail.com",
  28. "url": "http://jonkemp.com/"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "batch": "^0.6.1",
  33. "href-content": "^1.2.3",
  34. "list-stylesheets": "^1.2.8",
  35. "style-data": "^1.4.6"
  36. },
  37. "deprecated": false,
  38. "description": "Extract the CSS from an HTML document.",
  39. "files": [
  40. "index.js"
  41. ],
  42. "gitHead": "a9abd0dcd2d8a789f8cd4741aac9e006fb7c3224",
  43. "homepage": "https://github.com/jonkemp/inline-css/tree/master/packages/extract-css",
  44. "keywords": [
  45. "css"
  46. ],
  47. "license": "MIT",
  48. "main": "index.js",
  49. "name": "extract-css",
  50. "repository": {
  51. "type": "git",
  52. "url": "https://github.com/jonkemp/inline-css/tree/master/packages/extract-css"
  53. },
  54. "version": "1.5.5"
  55. }