package.json 1.8 KB

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