package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. "to-object-path@^0.3.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/cache-base"
  6. ]
  7. ],
  8. "_from": "to-object-path@>=0.3.0 <0.4.0",
  9. "_id": "to-object-path@0.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/to-object-path",
  13. "_nodeVersion": "5.3.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "3.3.12",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "to-object-path",
  22. "raw": "to-object-path@^0.3.0",
  23. "rawSpec": "^0.3.0",
  24. "scope": null,
  25. "spec": ">=0.3.0 <0.4.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/cache-base",
  30. "/union-value/set-value"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
  33. "_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  34. "_shrinkwrap": null,
  35. "_spec": "to-object-path@^0.3.0",
  36. "_where": "/home/seleznev/project Angular/Quality system/node_modules/cache-base",
  37. "author": {
  38. "name": "Jon Schlinkert",
  39. "url": "https://github.com/jonschlinkert"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/jonschlinkert/to-object-path/issues"
  43. },
  44. "dependencies": {
  45. "kind-of": "^3.0.2"
  46. },
  47. "description": "Create an object path from a list or array of strings.",
  48. "devDependencies": {
  49. "base": "^0.6.7",
  50. "mocha": "*"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
  55. "tarball": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz"
  56. },
  57. "engines": {
  58. "node": ">=0.10.0"
  59. },
  60. "files": [
  61. "index.js"
  62. ],
  63. "gitHead": "56f6627285b7f5b7563e6f3ffe3766d966368c17",
  64. "homepage": "https://github.com/jonschlinkert/to-object-path",
  65. "keywords": [
  66. "dot",
  67. "nested",
  68. "notation",
  69. "object",
  70. "path",
  71. "stringify"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "jonschlinkert",
  78. "email": "github@sellside.com"
  79. }
  80. ],
  81. "name": "to-object-path",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  87. },
  88. "scripts": {
  89. "test": "mocha"
  90. },
  91. "verb": {
  92. "related": {
  93. "list": [
  94. "get-value",
  95. "has-value",
  96. "omit-value",
  97. "set-value",
  98. "unset-value"
  99. ]
  100. }
  101. },
  102. "version": "0.3.0"
  103. }