package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "caseless@0.12.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/caseless/download/caseless-0.12.0.tgz",
  29. "_spec": "0.12.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }