package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "js-cookie@2.2.0",
  3. "_id": "js-cookie@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Gywnmm7s44ChIWi5JIUmWzWx7/s=",
  6. "_location": "/js-cookie",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "js-cookie@2.2.0",
  12. "name": "js-cookie",
  13. "escapedName": "js-cookie",
  14. "rawSpec": "2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.0.tgz",
  22. "_shasum": "1b2c279a6eece380a12168b92485265b35b1effb",
  23. "_spec": "js-cookie@2.2.0",
  24. "_where": "E:\\workspace\\cfd-front-admin",
  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.1",
  36. "grunt-compare-size": "0.4.2",
  37. "grunt-contrib-connect": "1.0.2",
  38. "grunt-contrib-jshint": "1.1.0",
  39. "grunt-contrib-nodeunit": "1.0.0",
  40. "grunt-contrib-qunit": "2.0.0",
  41. "grunt-contrib-uglify": "2.3.0",
  42. "grunt-contrib-watch": "1.0.0",
  43. "grunt-jscs": "3.0.1",
  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. "jquery-plugin",
  60. "cookie",
  61. "cookies",
  62. "browser",
  63. "amd",
  64. "commonjs",
  65. "client",
  66. "js-cookie",
  67. "browserify"
  68. ],
  69. "license": "MIT",
  70. "main": "src/js.cookie.js",
  71. "name": "js-cookie",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/js-cookie/js-cookie.git"
  75. },
  76. "scripts": {
  77. "test": "grunt test"
  78. },
  79. "version": "2.2.0"
  80. }