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.

79 lines
1.9 KiB

4 years ago
  1. {
  2. "_from": "js-cookie",
  3. "_id": "js-cookie@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HvdH2LzI/EAZcUwA8+0nKNtWHqS+ZmijLA30RwZA0bo7ToCckjK5MkGhjED9KoRcXO6BaGI3I9UIzSA1FKFPOQ==",
  6. "_location": "/js-cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "js-cookie",
  12. "name": "js-cookie",
  13. "escapedName": "js-cookie",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz",
  23. "_shasum": "69e106dc5d5806894562902aa5baec3744e9b2b8",
  24. "_spec": "js-cookie",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent",
  26. "author": {
  27. "name": "Klaus Hartl"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/js-cookie/js-cookie/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A simple, lightweight JavaScript API for handling cookies",
  35. "devDependencies": {
  36. "grunt": "1.0.3",
  37. "grunt-compare-size": "0.4.2",
  38. "grunt-contrib-connect": "2.0.0",
  39. "grunt-contrib-nodeunit": "2.0.0",
  40. "grunt-contrib-qunit": "2.0.0",
  41. "grunt-contrib-uglify": "2.3.0",
  42. "grunt-contrib-watch": "1.1.0",
  43. "grunt-eslint": "21.0.0",
  44. "grunt-saucelabs": "9.0.0",
  45. "gzip-js": "0.3.2",
  46. "qunitjs": "1.23.1",
  47. "requirejs": "2.3.5"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "files": [
  53. "src/**/*.js",
  54. "SERVER_SIDE.md",
  55. "CONTRIBUTING.md"
  56. ],
  57. "homepage": "https://github.com/js-cookie/js-cookie#readme",
  58. "keywords": [
  59. "cookie",
  60. "cookies",
  61. "browser",
  62. "amd",
  63. "commonjs",
  64. "client",
  65. "js-cookie",
  66. "browserify"
  67. ],
  68. "license": "MIT",
  69. "main": "src/js.cookie.js",
  70. "name": "js-cookie",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/js-cookie/js-cookie.git"
  74. },
  75. "scripts": {
  76. "test": "grunt test"
  77. },
  78. "version": "2.2.1"
  79. }