package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "no-case@2.3.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "no-case@2.3.2",
  10. "_id": "no-case@2.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YLgTOWvjmz8SiKTB7V0efSi0ZKw=",
  13. "_location": "/no-case",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "no-case@2.3.2",
  19. "name": "no-case",
  20. "escapedName": "no-case",
  21. "rawSpec": "2.3.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.2"
  24. },
  25. "_requiredBy": [
  26. "/camel-case",
  27. "/param-case"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/no-case/download/no-case-2.3.2.tgz",
  30. "_spec": "2.3.2",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Blake Embrey",
  34. "email": "hello@blakeembrey.com",
  35. "url": "http://blakeembrey.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/blakeembrey/no-case/issues"
  39. },
  40. "dependencies": {
  41. "lower-case": "^1.1.1"
  42. },
  43. "description": "Remove case from a string",
  44. "devDependencies": {
  45. "chai": "^4.0.2",
  46. "istanbul": "^0.4.3",
  47. "jsesc": "^2.2.0",
  48. "mocha": "^3.0.0",
  49. "standard": "^10.0.2",
  50. "xregexp": "^3.1.1"
  51. },
  52. "files": [
  53. "no-case.js",
  54. "no-case.d.ts",
  55. "vendor",
  56. "LICENSE"
  57. ],
  58. "homepage": "https://github.com/blakeembrey/no-case",
  59. "keywords": [
  60. "no",
  61. "case",
  62. "space",
  63. "lower",
  64. "trim"
  65. ],
  66. "license": "MIT",
  67. "main": "no-case.js",
  68. "name": "no-case",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/blakeembrey/no-case.git"
  72. },
  73. "scripts": {
  74. "build": "node build.js",
  75. "lint": "standard",
  76. "test": "npm run lint && npm run test-cov",
  77. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail"
  78. },
  79. "standard": {
  80. "ignore": [
  81. "coverage/**"
  82. ]
  83. },
  84. "typings": "no-case.d.ts",
  85. "version": "2.3.2"
  86. }