Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

85 řádky
1.9 KiB

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