package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "lodash-es",
  3. "_id": "lodash-es@4.17.10",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iesFYPmxYYGTcmQK0sL8bX3TGHyM6b2qREaB4kamHfQyfPJP0xgoGxp19nsH16nsfquLdiyKyX3mQkfiSGV8Rg==",
  6. "_location": "/lodash-es",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "lodash-es",
  12. "name": "lodash-es",
  13. "escapedName": "lodash-es",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.10.tgz",
  23. "_shasum": "62cd7104cdf5dd87f235a837f0ede0e8e5117e05",
  24. "_spec": "lodash-es",
  25. "_where": "/home/zorro/Documents/Sahib/zweiachtzehn",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com",
  29. "url": "http://allyoucanleet.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash-cli/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. {
  42. "name": "Mathias Bynens",
  43. "email": "mathias@qiwi.be",
  44. "url": "https://mathiasbynens.be/"
  45. }
  46. ],
  47. "deprecated": false,
  48. "description": "Lodash exported as ES modules.",
  49. "homepage": "https://lodash.com/custom-builds",
  50. "jsnext:main": "lodash.js",
  51. "keywords": [
  52. "es6",
  53. "modules",
  54. "stdlib",
  55. "util"
  56. ],
  57. "license": "MIT",
  58. "main": "lodash.js",
  59. "module": "lodash.js",
  60. "name": "lodash-es",
  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-archive/lodash-cli for testing details.\""
  67. },
  68. "sideEffects": false,
  69. "version": "4.17.10"
  70. }