package.json 1.4 KB

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