package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "to-object-path",
  3. "description": "Create an object path from a list or array of strings.",
  4. "version": "0.3.0",
  5. "homepage": "https://github.com/jonschlinkert/to-object-path",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "repository": "jonschlinkert/to-object-path",
  8. "bugs": {
  9. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  10. },
  11. "license": "MIT",
  12. "files": [
  13. "index.js"
  14. ],
  15. "main": "index.js",
  16. "engines": {
  17. "node": ">=0.10.0"
  18. },
  19. "scripts": {
  20. "test": "mocha"
  21. },
  22. "dependencies": {
  23. "kind-of": "^3.0.2"
  24. },
  25. "devDependencies": {
  26. "base": "^0.6.7",
  27. "mocha": "*"
  28. },
  29. "keywords": [
  30. "dot",
  31. "nested",
  32. "notation",
  33. "object",
  34. "path",
  35. "stringify"
  36. ],
  37. "verb": {
  38. "related": {
  39. "list": [
  40. "get-value",
  41. "set-value",
  42. "has-value",
  43. "omit-value",
  44. "unset-value"
  45. ]
  46. }
  47. },
  48. "__npminstall_done": "Thu Dec 24 2020 20:20:50 GMT+0800 (CST)",
  49. "_from": "to-object-path@0.3.0",
  50. "_resolved": "https://registry.npm.taobao.org/to-object-path/download/to-object-path-0.3.0.tgz"
  51. }