package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "object.omit@^2.0.0",
  3. "_id": "object.omit@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UiAM5mhmIuKLsOvrL+B0U2d1hXHF3bFYWIuH1LMpuV2EJEHG1Ntz06PgLEHjm6VFd87NpH8rastvPoyv6UW2fA==",
  6. "_location": "/object.omit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.omit@^2.0.0",
  12. "name": "object.omit",
  13. "escapedName": "object.omit",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-config/micromatch",
  20. "/jest-haste-map/micromatch",
  21. "/jest-message-util/micromatch",
  22. "/jest-runtime/micromatch",
  23. "/jest/micromatch",
  24. "/test-exclude/micromatch"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/object.omit/-/object.omit-2.0.1.tgz",
  27. "_shasum": "1a9c744829f39dbb858c76ca3579ae2a54ebd1fa",
  28. "_spec": "object.omit@^2.0.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\test-exclude\\node_modules\\micromatch",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/object.omit/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "for-own": "^0.1.4",
  40. "is-extendable": "^0.1.1"
  41. },
  42. "deprecated": false,
  43. "description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
  44. "devDependencies": {
  45. "gulp-format-md": "^0.1.11",
  46. "mocha": "^3.1.2",
  47. "should": "^11.1.1"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/object.omit",
  56. "keywords": [
  57. "clear",
  58. "delete",
  59. "key",
  60. "object",
  61. "omit",
  62. "property",
  63. "remove",
  64. "value"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "object.omit",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/jonschlinkert/object.omit.git"
  72. },
  73. "scripts": {
  74. "test": "mocha"
  75. },
  76. "verb": {
  77. "related": {
  78. "list": [
  79. "object.defaults",
  80. "object.filter",
  81. "object.pick",
  82. "object.pluck",
  83. "object.reduce"
  84. ]
  85. },
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. },
  97. "reflinks": [
  98. "verb",
  99. "verb-generate-readme"
  100. ]
  101. },
  102. "version": "2.0.1"
  103. }