Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

107 строки
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "object.omit@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "object.omit@2.0.1",
  9. "_id": "object.omit@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
  12. "_location": "/object.omit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object.omit@2.0.1",
  18. "name": "object.omit",
  19. "escapedName": "object.omit",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/jest-config/micromatch",
  26. "/jest-haste-map/micromatch",
  27. "/jest-message-util/micromatch",
  28. "/jest-runtime/micromatch",
  29. "/jest/micromatch",
  30. "/test-exclude/micromatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
  33. "_spec": "2.0.1",
  34. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  35. "author": {
  36. "name": "Jon Schlinkert",
  37. "url": "https://github.com/jonschlinkert"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/jonschlinkert/object.omit/issues"
  41. },
  42. "dependencies": {
  43. "for-own": "^0.1.4",
  44. "is-extendable": "^0.1.1"
  45. },
  46. "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.",
  47. "devDependencies": {
  48. "gulp-format-md": "^0.1.11",
  49. "mocha": "^3.1.2",
  50. "should": "^11.1.1"
  51. },
  52. "engines": {
  53. "node": ">=0.10.0"
  54. },
  55. "files": [
  56. "index.js"
  57. ],
  58. "homepage": "https://github.com/jonschlinkert/object.omit",
  59. "keywords": [
  60. "clear",
  61. "delete",
  62. "key",
  63. "object",
  64. "omit",
  65. "property",
  66. "remove",
  67. "value"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "object.omit",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/object.omit.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "related": {
  81. "list": [
  82. "object.defaults",
  83. "object.filter",
  84. "object.pick",
  85. "object.pluck",
  86. "object.reduce"
  87. ]
  88. },
  89. "toc": false,
  90. "layout": "default",
  91. "tasks": [
  92. "readme"
  93. ],
  94. "plugins": [
  95. "gulp-format-md"
  96. ],
  97. "lint": {
  98. "reflinks": true
  99. },
  100. "reflinks": [
  101. "verb",
  102. "verb-generate-readme"
  103. ]
  104. },
  105. "version": "2.0.1"
  106. }