package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "map-obj@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "map-obj@1.0.1",
  9. "_id": "map-obj@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==",
  12. "_location": "/map-obj",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "map-obj@1.0.1",
  18. "name": "map-obj",
  19. "escapedName": "map-obj",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/camelcase-keys",
  26. "/meow"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/map-obj/-/map-obj-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/map-obj/issues"
  38. },
  39. "description": "Map object keys and values into a new object",
  40. "devDependencies": {
  41. "ava": "0.0.4"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/map-obj#readme",
  50. "keywords": [
  51. "map",
  52. "obj",
  53. "object",
  54. "key",
  55. "keys",
  56. "value",
  57. "values",
  58. "val",
  59. "iterate",
  60. "iterator"
  61. ],
  62. "license": "MIT",
  63. "name": "map-obj",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/map-obj.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js"
  70. },
  71. "version": "1.0.1"
  72. }