package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "lodash.isnil@^4.0.0",
  3. "_id": "lodash.isnil@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-up2Mzq3545mwVnMhTDMdfoG1OurpA/s5t88JmQX809eH3C8491iu2sfKhTfhQtKY78oPNhiaHJUpT/dUDAAtng==",
  6. "_location": "/lodash.isnil",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.isnil@^4.0.0",
  12. "name": "lodash.isnil",
  13. "escapedName": "lodash.isnil",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@fast-csv/format",
  20. "/@fast-csv/parse"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/lodash.isnil/-/lodash.isnil-4.0.0.tgz",
  23. "_shasum": "49e28cd559013458c814c5479d3c663a21bfaa6c",
  24. "_spec": "lodash.isnil@^4.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@fast-csv\\format",
  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@iceddev.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 `_.isNil` exported as a module.",
  54. "homepage": "https://lodash.com/",
  55. "icon": "https://lodash.com/icon.svg",
  56. "keywords": [
  57. "lodash",
  58. "lodash-modularized",
  59. "stdlib",
  60. "util",
  61. "isnil"
  62. ],
  63. "license": "MIT",
  64. "name": "lodash.isnil",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/lodash/lodash.git"
  68. },
  69. "scripts": {
  70. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  71. },
  72. "version": "4.0.0"
  73. }