package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_args": [
  3. [
  4. "mpath@0.1.1",
  5. "D:\\work\\im\\node_modules\\mongoose"
  6. ]
  7. ],
  8. "_from": "mpath@0.1.1",
  9. "_id": "mpath@0.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/mpath",
  13. "_npmUser": {
  14. "email": "aaron.heckmann+github@gmail.com",
  15. "name": "aaron"
  16. },
  17. "_npmVersion": "1.1.59",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "mpath",
  21. "raw": "mpath@0.1.1",
  22. "rawSpec": "0.1.1",
  23. "scope": null,
  24. "spec": "0.1.1",
  25. "type": "version"
  26. },
  27. "_requiredBy": [
  28. "/mongoose"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz",
  31. "_shasum": "23da852b7c232ee097f4759d29c0ee9cd22d5e46",
  32. "_shrinkwrap": null,
  33. "_spec": "mpath@0.1.1",
  34. "_where": "D:\\work\\im\\node_modules\\mongoose",
  35. "author": {
  36. "email": "aaron.heckmann+github@gmail.com",
  37. "name": "Aaron Heckmann"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/aheckmann/mpath/issues"
  41. },
  42. "dependencies": {},
  43. "description": "{G,S}et object values using MongoDB path notation",
  44. "devDependencies": {
  45. "mocha": "1.6.0"
  46. },
  47. "directories": {},
  48. "dist": {
  49. "shasum": "23da852b7c232ee097f4759d29c0ee9cd22d5e46",
  50. "tarball": "https://registry.npmjs.org/mpath/-/mpath-0.1.1.tgz"
  51. },
  52. "homepage": "https://github.com/aheckmann/mpath#readme",
  53. "keywords": [
  54. "mongodb",
  55. "path",
  56. "get",
  57. "set"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "maintainers": [
  62. {
  63. "email": "aaron.heckmann+github@gmail.com",
  64. "name": "aaron"
  65. }
  66. ],
  67. "name": "mpath",
  68. "optionalDependencies": {},
  69. "readme": "ERROR: No README data found!",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/aheckmann/mpath.git"
  73. },
  74. "scripts": {
  75. "test": "make test"
  76. },
  77. "version": "0.1.1"
  78. }