package.json 2.4 KB

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