package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "lodash.clonedeep@^4.3.2",
  3. "_id": "lodash.clonedeep@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=",
  6. "_location": "/lodash.clonedeep",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.clonedeep@^4.3.2",
  12. "name": "lodash.clonedeep",
  13. "escapedName": "lodash.clonedeep",
  14. "rawSpec": "^4.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.3.2"
  17. },
  18. "_requiredBy": [
  19. "/gulp-sass",
  20. "/node-sass"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
  23. "_shasum": "e23f3f9c4f8fbdde872529c1071857a086e5ccef",
  24. "_spec": "lodash.clonedeep@^4.3.2",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-sass",
  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/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": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com",
  44. "url": "https://github.com/phated"
  45. },
  46. {
  47. "name": "Mathias Bynens",
  48. "email": "mathias@qiwi.be",
  49. "url": "https://mathiasbynens.be/"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "The lodash method `_.cloneDeep` exported as a module.",
  54. "homepage": "https://lodash.com/",
  55. "icon": "https://lodash.com/icon.svg",
  56. "keywords": [
  57. "lodash-modularized",
  58. "clonedeep"
  59. ],
  60. "license": "MIT",
  61. "name": "lodash.clonedeep",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/lodash/lodash.git"
  65. },
  66. "scripts": {
  67. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  68. },
  69. "version": "4.5.0"
  70. }