package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "lodash.isequal@^4.5.0",
  3. "_id": "lodash.isequal@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=",
  6. "_location": "/lodash.isequal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.isequal@^4.5.0",
  12. "name": "lodash.isequal",
  13. "escapedName": "lodash.isequal",
  14. "rawSpec": "^4.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.0"
  17. },
  18. "_requiredBy": [
  19. "/react-ace"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  22. "_shasum": "415c4478f2bcc30120c22ce10ed3226f7d3e18e0",
  23. "_spec": "lodash.isequal@^4.5.0",
  24. "_where": "/home/pvvvm505/Документы/Project/Back/node_modules/react-ace",
  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": "Mathias Bynens",
  42. "email": "mathias@qiwi.be",
  43. "url": "https://mathiasbynens.be/"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "The Lodash method `_.isEqual` exported as a module.",
  48. "homepage": "https://lodash.com/",
  49. "icon": "https://lodash.com/icon.svg",
  50. "keywords": [
  51. "lodash-modularized",
  52. "isequal"
  53. ],
  54. "license": "MIT",
  55. "name": "lodash.isequal",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/lodash/lodash.git"
  59. },
  60. "scripts": {
  61. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  62. },
  63. "version": "4.5.0"
  64. }