package.json 2.2 KB

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