Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

76 lignes
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "object-path@0.9.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "object-path@0.9.2",
  9. "_id": "object-path@0.9.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-D9mnT8X60a45aLWGvaXGMr1sBaU=",
  12. "_location": "/object-path",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-path@0.9.2",
  18. "name": "object-path",
  19. "escapedName": "object-path",
  20. "rawSpec": "0.9.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.9.2"
  23. },
  24. "_requiredBy": [
  25. "/tfunk"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/object-path/-/object-path-0.9.2.tgz",
  28. "_spec": "0.9.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Mario Casciaro"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/mariocasciaro/object-path/issues"
  35. },
  36. "description": "Access deep properties using a path",
  37. "devDependencies": {
  38. "chai": "~1.9.1",
  39. "coveralls": "~2.11.1",
  40. "istanbul": "~0.3.0",
  41. "mocha": "~1.20.1",
  42. "mocha-lcov-reporter": "~0.0.1"
  43. },
  44. "engines": {
  45. "node": ">=0.8.0"
  46. },
  47. "homepage": "https://github.com/mariocasciaro/object-path",
  48. "keywords": [
  49. "deep",
  50. "path",
  51. "access",
  52. "bean",
  53. "get",
  54. "property",
  55. "dot",
  56. "prop",
  57. "object",
  58. "obj",
  59. "notation",
  60. "segment",
  61. "value",
  62. "nested",
  63. "key"
  64. ],
  65. "license": "MIT",
  66. "name": "object-path",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/mariocasciaro/object-path.git"
  70. },
  71. "scripts": {
  72. "test": "node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha test.js --report html -- -R spec"
  73. },
  74. "version": "0.9.2"
  75. }