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

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