package.json 1.5 KB

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