package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "caseless@0.12.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "caseless@0.12.0",
  9. "_id": "caseless@0.12.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
  12. "_location": "/caseless",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "caseless@0.12.0",
  18. "name": "caseless",
  19. "escapedName": "caseless",
  20. "rawSpec": "0.12.0",
  21. "saveSpec": null,
  22. "fetchSpec": "0.12.0"
  23. },
  24. "_requiredBy": [
  25. "/request"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/caseless/-/caseless-0.12.0.tgz",
  28. "_spec": "0.12.0",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Mikeal Rogers",
  32. "email": "mikeal.rogers@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mikeal/caseless/issues"
  36. },
  37. "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
  38. "devDependencies": {
  39. "tape": "^2.10.2"
  40. },
  41. "homepage": "https://github.com/mikeal/caseless#readme",
  42. "keywords": [
  43. "headers",
  44. "http",
  45. "caseless"
  46. ],
  47. "license": "Apache-2.0",
  48. "main": "index.js",
  49. "name": "caseless",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/mikeal/caseless.git"
  53. },
  54. "scripts": {
  55. "test": "node test.js"
  56. },
  57. "test": "node test.js",
  58. "version": "0.12.0"
  59. }