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.

98 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "param-case@2.1.x",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier"
  6. ]
  7. ],
  8. "_from": "param-case@>=2.1.0 <2.2.0",
  9. "_id": "param-case@2.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/param-case",
  13. "_nodeVersion": "7.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/param-case-2.1.1.tgz_1489799045202_0.10854671406559646"
  17. },
  18. "_npmUser": {
  19. "email": "hello@blakeembrey.com",
  20. "name": "blakeembrey"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "param-case",
  26. "raw": "param-case@2.1.x",
  27. "rawSpec": "2.1.x",
  28. "scope": null,
  29. "spec": ">=2.1.0 <2.2.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-minifier"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
  36. "_shasum": "df94fd8cf6531ecf75e6bef9a0858fbc72be2247",
  37. "_shrinkwrap": null,
  38. "_spec": "param-case@2.1.x",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier",
  40. "author": {
  41. "email": "hello@blakeembrey.com",
  42. "name": "Blake Embrey",
  43. "url": "http://blakeembrey.me"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/blakeembrey/param-case/issues"
  47. },
  48. "dependencies": {
  49. "no-case": "^2.2.0"
  50. },
  51. "description": "Param case a string",
  52. "devDependencies": {
  53. "istanbul": "^0.4.3",
  54. "mocha": "^3.2.0",
  55. "standard": "^9.0.1"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "df94fd8cf6531ecf75e6bef9a0858fbc72be2247",
  60. "tarball": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz"
  61. },
  62. "files": [
  63. "LICENSE",
  64. "param-case.d.ts",
  65. "param-case.js"
  66. ],
  67. "gitHead": "dcc56128779b8b98d213b38809ed4ac2ca0eb8b5",
  68. "homepage": "https://github.com/blakeembrey/param-case",
  69. "keywords": [
  70. "case",
  71. "dash",
  72. "hyphen",
  73. "param"
  74. ],
  75. "license": "MIT",
  76. "main": "param-case.js",
  77. "maintainers": [
  78. {
  79. "name": "blakeembrey",
  80. "email": "hello@blakeembrey.com"
  81. }
  82. ],
  83. "name": "param-case",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/blakeembrey/param-case.git"
  89. },
  90. "scripts": {
  91. "lint": "standard",
  92. "test": "npm run lint && npm run test-cov",
  93. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  94. "test-std": "mocha -- -R spec --bail"
  95. },
  96. "typings": "param-case.d.ts",
  97. "version": "2.1.1"
  98. }