package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "unset-value@1.0.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "unset-value@1.0.0",
  10. "_id": "unset-value@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==",
  13. "_location": "/unset-value",
  14. "_phantomChildren": {
  15. "get-value": "2.0.6",
  16. "isarray": "1.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "unset-value@1.0.0",
  22. "name": "unset-value",
  23. "escapedName": "unset-value",
  24. "rawSpec": "1.0.0",
  25. "saveSpec": null,
  26. "fetchSpec": "1.0.0"
  27. },
  28. "_requiredBy": [
  29. "/cache-base"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/unset-value/issues"
  40. },
  41. "contributors": [
  42. {
  43. "email": "wtgtybhertgeghgtwtg@gmail.com",
  44. "url": "https://github.com/wtgtybhertgeghgtwtg"
  45. },
  46. {
  47. "name": "Jon Schlinkert",
  48. "email": "jon.schlinkert@sellside.com",
  49. "url": "http://twitter.com/jonschlinkert"
  50. }
  51. ],
  52. "dependencies": {
  53. "has-value": "^0.3.1",
  54. "isobject": "^3.0.0"
  55. },
  56. "description": "Delete nested properties from an object using dot notation.",
  57. "devDependencies": {
  58. "gulp-format-md": "^0.1.11",
  59. "mocha": "*",
  60. "should": "*"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/unset-value",
  69. "keywords": [
  70. "del",
  71. "delete",
  72. "key",
  73. "object",
  74. "omit",
  75. "prop",
  76. "property",
  77. "remove",
  78. "unset",
  79. "value"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "unset-value",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/unset-value.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "related": {
  93. "list": [
  94. "get-value",
  95. "get-values",
  96. "omit-value",
  97. "put-value",
  98. "set-value",
  99. "union-value",
  100. "upsert-value"
  101. ]
  102. },
  103. "toc": false,
  104. "layout": "default",
  105. "tasks": [
  106. "readme"
  107. ],
  108. "plugins": [
  109. "gulp-format-md"
  110. ],
  111. "lint": {
  112. "reflinks": true
  113. }
  114. },
  115. "version": "1.0.0"
  116. }