package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "get-value@2.0.6",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-value@2.0.6",
  10. "_id": "get-value@2.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
  13. "_location": "/get-value",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-value@2.0.6",
  19. "name": "get-value",
  20. "escapedName": "get-value",
  21. "rawSpec": "2.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.6"
  24. },
  25. "_requiredBy": [
  26. "/cache-base",
  27. "/has-value",
  28. "/union-value",
  29. "/unset-value/has-value"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/get-value/download/get-value-2.0.6.tgz",
  32. "_spec": "2.0.6",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/get-value/issues"
  40. },
  41. "description": "Use property paths (`a.b.c`) to get a nested value from an object.",
  42. "devDependencies": {
  43. "ansi-bold": "^0.1.1",
  44. "arr-reduce": "^1.0.1",
  45. "benchmarked": "^0.1.4",
  46. "dot-prop": "^2.2.0",
  47. "getobject": "^0.1.0",
  48. "gulp": "^3.9.0",
  49. "gulp-eslint": "^1.1.1",
  50. "gulp-format-md": "^0.1.5",
  51. "gulp-istanbul": "^0.10.2",
  52. "gulp-mocha": "^2.1.3",
  53. "isobject": "^2.0.0",
  54. "matched": "^0.3.2",
  55. "minimist": "^1.2.0"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/get-value",
  64. "keywords": [
  65. "get",
  66. "key",
  67. "nested",
  68. "object",
  69. "path",
  70. "paths",
  71. "prop",
  72. "properties",
  73. "property",
  74. "props",
  75. "segment",
  76. "value",
  77. "values"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "get-value",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/get-value.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "run": true,
  91. "toc": false,
  92. "layout": "default",
  93. "tasks": [
  94. "readme"
  95. ],
  96. "plugins": [
  97. "gulp-format-md"
  98. ],
  99. "related": {
  100. "list": [
  101. "has-any",
  102. "has-any-deep",
  103. "has-value",
  104. "set-value",
  105. "unset-value"
  106. ]
  107. },
  108. "reflinks": [
  109. "verb",
  110. "verb-readme-generator"
  111. ],
  112. "lint": {
  113. "reflinks": true
  114. }
  115. },
  116. "version": "2.0.6"
  117. }