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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "lodash.map@^4.4.0",
  3. "_id": "lodash.map@4.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=",
  6. "_location": "/lodash.map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.map@^4.4.0",
  12. "name": "lodash.map",
  13. "escapedName": "lodash.map",
  14. "rawSpec": "^4.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.4.0"
  17. },
  18. "_requiredBy": [
  19. "/cheerio"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz",
  22. "_shasum": "771ec7839e3473d9c4cde28b19394c3562f4f6d3",
  23. "_spec": "lodash.map@^4.4.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\cheerio",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com",
  28. "url": "http://allyoucanleet.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lodash/lodash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "John-David Dalton",
  37. "email": "john.david.dalton@gmail.com",
  38. "url": "http://allyoucanleet.com/"
  39. },
  40. {
  41. "name": "Blaine Bublitz",
  42. "email": "blaine.bublitz@gmail.com",
  43. "url": "https://github.com/phated"
  44. },
  45. {
  46. "name": "Mathias Bynens",
  47. "email": "mathias@qiwi.be",
  48. "url": "https://mathiasbynens.be/"
  49. }
  50. ],
  51. "deprecated": false,
  52. "description": "The lodash method `_.map` exported as a module.",
  53. "homepage": "https://lodash.com/",
  54. "icon": "https://lodash.com/icon.svg",
  55. "keywords": [
  56. "lodash-modularized",
  57. "map"
  58. ],
  59. "license": "MIT",
  60. "name": "lodash.map",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/lodash/lodash.git"
  64. },
  65. "scripts": {
  66. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  67. },
  68. "version": "4.6.0"
  69. }