package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "param-case@2.1.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "param-case@2.1.1",
  10. "_id": "param-case@2.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-35T9jPZTHs915r75oIWPvHK+Ikc=",
  13. "_location": "/param-case",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "param-case@2.1.1",
  19. "name": "param-case",
  20. "escapedName": "param-case",
  21. "rawSpec": "2.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.1"
  24. },
  25. "_requiredBy": [
  26. "/html-minifier"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/param-case/download/param-case-2.1.1.tgz",
  29. "_spec": "2.1.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Blake Embrey",
  33. "email": "hello@blakeembrey.com",
  34. "url": "http://blakeembrey.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/blakeembrey/param-case/issues"
  38. },
  39. "dependencies": {
  40. "no-case": "^2.2.0"
  41. },
  42. "description": "Param case a string",
  43. "devDependencies": {
  44. "istanbul": "^0.4.3",
  45. "mocha": "^3.2.0",
  46. "standard": "^9.0.1"
  47. },
  48. "files": [
  49. "param-case.js",
  50. "param-case.d.ts",
  51. "LICENSE"
  52. ],
  53. "homepage": "https://github.com/blakeembrey/param-case",
  54. "keywords": [
  55. "param",
  56. "case",
  57. "dash",
  58. "hyphen"
  59. ],
  60. "license": "MIT",
  61. "main": "param-case.js",
  62. "name": "param-case",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/blakeembrey/param-case.git"
  66. },
  67. "scripts": {
  68. "lint": "standard",
  69. "test": "npm run lint && npm run test-cov",
  70. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  71. "test-std": "mocha -- -R spec --bail"
  72. },
  73. "typings": "param-case.d.ts",
  74. "version": "2.1.1"
  75. }