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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "cheerio@^0.22.0",
  3. "_id": "cheerio@0.22.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=",
  6. "_location": "/cheerio",
  7. "_phantomChildren": {
  8. "boolbase": "1.0.0",
  9. "domelementtype": "1.3.1",
  10. "nth-check": "1.0.2"
  11. },
  12. "_requested": {
  13. "type": "range",
  14. "registry": true,
  15. "raw": "cheerio@^0.22.0",
  16. "name": "cheerio",
  17. "escapedName": "cheerio",
  18. "rawSpec": "^0.22.0",
  19. "saveSpec": null,
  20. "fetchSpec": "^0.22.0"
  21. },
  22. "_requiredBy": [
  23. "/inline-css",
  24. "/list-stylesheets",
  25. "/style-data"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz",
  28. "_shasum": "a9baa860a3f9b595a6b81b1a86873121ed3a269e",
  29. "_spec": "cheerio@^0.22.0",
  30. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\inline-css",
  31. "author": {
  32. "name": "Matt Mueller",
  33. "email": "mattmuelle@gmail.com",
  34. "url": "mat.io"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/cheeriojs/cheerio/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "css-select": "~1.2.0",
  42. "dom-serializer": "~0.1.0",
  43. "entities": "~1.1.1",
  44. "htmlparser2": "^3.9.1",
  45. "lodash.assignin": "^4.0.9",
  46. "lodash.bind": "^4.1.4",
  47. "lodash.defaults": "^4.0.1",
  48. "lodash.filter": "^4.4.0",
  49. "lodash.flatten": "^4.2.0",
  50. "lodash.foreach": "^4.3.0",
  51. "lodash.map": "^4.4.0",
  52. "lodash.merge": "^4.4.0",
  53. "lodash.pick": "^4.2.1",
  54. "lodash.reduce": "^4.4.0",
  55. "lodash.reject": "^4.4.0",
  56. "lodash.some": "^4.4.0"
  57. },
  58. "deprecated": false,
  59. "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server",
  60. "devDependencies": {
  61. "benchmark": "^2.1.0",
  62. "coveralls": "^2.11.9",
  63. "expect.js": "~0.3.1",
  64. "istanbul": "^0.4.3",
  65. "jquery": "^3.0.0",
  66. "jsdom": "^9.2.1",
  67. "jshint": "^2.9.2",
  68. "mocha": "^2.5.3",
  69. "xyz": "~0.5.0"
  70. },
  71. "engines": {
  72. "node": ">= 0.6"
  73. },
  74. "files": [
  75. "index.js",
  76. "lib"
  77. ],
  78. "homepage": "https://github.com/cheeriojs/cheerio#readme",
  79. "keywords": [
  80. "htmlparser",
  81. "jquery",
  82. "selector",
  83. "scraper",
  84. "parser",
  85. "html"
  86. ],
  87. "license": "MIT",
  88. "main": "./index.js",
  89. "name": "cheerio",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/cheeriojs/cheerio.git"
  93. },
  94. "scripts": {
  95. "test": "make test"
  96. },
  97. "version": "0.22.0"
  98. }