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.

110 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "no-case@^2.2.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/camel-case"
  6. ]
  7. ],
  8. "_from": "no-case@>=2.2.0 <3.0.0",
  9. "_id": "no-case@2.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/no-case",
  13. "_nodeVersion": "8.4.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/no-case-2.3.2.tgz_1504891842550_0.9400158205535263"
  17. },
  18. "_npmUser": {
  19. "email": "hello@blakeembrey.com",
  20. "name": "blakeembrey"
  21. },
  22. "_npmVersion": "5.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "no-case",
  26. "raw": "no-case@^2.2.0",
  27. "rawSpec": "^2.2.0",
  28. "scope": null,
  29. "spec": ">=2.2.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/camel-case",
  34. "/param-case"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
  37. "_shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
  38. "_shrinkwrap": null,
  39. "_spec": "no-case@^2.2.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/camel-case",
  41. "author": {
  42. "email": "hello@blakeembrey.com",
  43. "name": "Blake Embrey",
  44. "url": "http://blakeembrey.me"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/blakeembrey/no-case/issues"
  48. },
  49. "dependencies": {
  50. "lower-case": "^1.1.1"
  51. },
  52. "description": "Remove case from a string",
  53. "devDependencies": {
  54. "chai": "^4.0.2",
  55. "istanbul": "^0.4.3",
  56. "jsesc": "^2.2.0",
  57. "mocha": "^3.0.0",
  58. "standard": "^10.0.2",
  59. "xregexp": "^3.1.1"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
  64. "shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
  65. "tarball": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "no-case.d.ts",
  70. "no-case.js",
  71. "vendor"
  72. ],
  73. "gitHead": "43ac059574d5e2dd5fd19c8ca5c62bf946cae3d5",
  74. "homepage": "https://github.com/blakeembrey/no-case",
  75. "keywords": [
  76. "case",
  77. "lower",
  78. "no",
  79. "space",
  80. "trim"
  81. ],
  82. "license": "MIT",
  83. "main": "no-case.js",
  84. "maintainers": [
  85. {
  86. "name": "blakeembrey",
  87. "email": "hello@blakeembrey.com"
  88. }
  89. ],
  90. "name": "no-case",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/blakeembrey/no-case.git"
  96. },
  97. "scripts": {
  98. "build": "node build.js",
  99. "lint": "standard",
  100. "test": "npm run lint && npm run test-cov",
  101. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail"
  102. },
  103. "standard": {
  104. "ignore": [
  105. "coverage/**"
  106. ]
  107. },
  108. "typings": "no-case.d.ts",
  109. "version": "2.3.2"
  110. }