Dashboard sipadu mbip
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 1.7KB

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