package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. "object.omit@2.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object.omit@2.0.1",
  10. "_id": "object.omit@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=",
  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. "/jest-config/micromatch",
  27. "/jest-haste-map/micromatch",
  28. "/jest-message-util/micromatch",
  29. "/jest-runtime/micromatch",
  30. "/jest/micromatch",
  31. "/test-exclude/micromatch"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/object.omit/download/object.omit-2.0.1.tgz",
  34. "_spec": "2.0.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/object.omit/issues"
  42. },
  43. "dependencies": {
  44. "for-own": "^0.1.4",
  45. "is-extendable": "^0.1.1"
  46. },
  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": "^0.1.11",
  50. "mocha": "^3.1.2",
  51. "should": "^11.1.1"
  52. },
  53. "engines": {
  54. "node": ">=0.10.0"
  55. },
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/object.omit",
  60. "keywords": [
  61. "clear",
  62. "delete",
  63. "key",
  64. "object",
  65. "omit",
  66. "property",
  67. "remove",
  68. "value"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "object.omit",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonschlinkert/object.omit.git"
  76. },
  77. "scripts": {
  78. "test": "mocha"
  79. },
  80. "verb": {
  81. "related": {
  82. "list": [
  83. "object.defaults",
  84. "object.filter",
  85. "object.pick",
  86. "object.pluck",
  87. "object.reduce"
  88. ]
  89. },
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "lint": {
  99. "reflinks": true
  100. },
  101. "reflinks": [
  102. "verb",
  103. "verb-generate-readme"
  104. ]
  105. },
  106. "version": "2.0.1"
  107. }