You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

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