package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "to-object-path@0.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "to-object-path@0.3.0",
  10. "_id": "to-object-path@0.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
  13. "_location": "/to-object-path",
  14. "_phantomChildren": {
  15. "is-buffer": "1.1.6"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "to-object-path@0.3.0",
  21. "name": "to-object-path",
  22. "escapedName": "to-object-path",
  23. "rawSpec": "0.3.0",
  24. "saveSpec": null,
  25. "fetchSpec": "0.3.0"
  26. },
  27. "_requiredBy": [
  28. "/cache-base",
  29. "/union-value/set-value"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/to-object-path/download/to-object-path-0.3.0.tgz",
  32. "_spec": "0.3.0",
  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/to-object-path/issues"
  40. },
  41. "dependencies": {
  42. "kind-of": "^3.0.2"
  43. },
  44. "description": "Create an object path from a list or array of strings.",
  45. "devDependencies": {
  46. "base": "^0.6.7",
  47. "mocha": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/to-object-path",
  56. "keywords": [
  57. "dot",
  58. "nested",
  59. "notation",
  60. "object",
  61. "path",
  62. "stringify"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "to-object-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "related": {
  76. "list": [
  77. "get-value",
  78. "set-value",
  79. "has-value",
  80. "omit-value",
  81. "unset-value"
  82. ]
  83. }
  84. },
  85. "version": "0.3.0"
  86. }