package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "caseless@0.12.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  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. "/",
  27. "/request"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
  30. "_shasum": "1b681c21ff84033c826543090689420d187151dc",
  31. "_spec": "0.12.0",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Mikeal Rogers",
  35. "email": "mikeal.rogers@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/mikeal/caseless/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
  43. "devDependencies": {
  44. "tape": "^2.10.2"
  45. },
  46. "homepage": "https://github.com/mikeal/caseless#readme",
  47. "keywords": [
  48. "headers",
  49. "http",
  50. "caseless"
  51. ],
  52. "license": "Apache-2.0",
  53. "main": "index.js",
  54. "name": "caseless",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/mikeal/caseless.git"
  58. },
  59. "scripts": {
  60. "test": "node test.js"
  61. },
  62. "test": "node test.js",
  63. "version": "0.12.0"
  64. }