Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "object.omit@^3.0.0",
  3. "_id": "object.omit@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==",
  6. "_location": "/object.omit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "object.omit@^3.0.0",
  12. "name": "object.omit",
  13. "escapedName": "object.omit",
  14. "rawSpec": "^3.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.0"
  17. },
  18. "_requiredBy": [
  19. "/babel-merge"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/object.omit/-/object.omit-3.0.0.tgz",
  22. "_shasum": "0e3edc2fce2ba54df5577ff529f6d97bd8a522af",
  23. "_spec": "object.omit@^3.0.0",
  24. "_where": "/var/www/html/mdch.sipadu/node_modules/babel-merge",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/object.omit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Federico Brigante",
  36. "url": "https://twitter.com/bfred_it"
  37. },
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. }
  42. ],
  43. "dependencies": {
  44. "is-extendable": "^1.0.0"
  45. },
  46. "deprecated": false,
  47. "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.",
  48. "devDependencies": {
  49. "gulp-format-md": "^1.0.0",
  50. "mocha": "^3.5.0"
  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. },
  101. "version": "3.0.0"
  102. }