Files
Chamilo/web/assets/js-cookie/package.json
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

50 lines
1.0 KiB
JSON

{
"name": "js-cookie",
"version": "2.2.0",
"description": "A simple, lightweight JavaScript API for handling cookies",
"main": "src/js.cookie.js",
"directories": {
"test": "test"
},
"keywords": [
"jquery-plugin",
"cookie",
"cookies",
"browser",
"amd",
"commonjs",
"client",
"js-cookie",
"browserify"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/js-cookie/js-cookie.git"
},
"files": [
"src/**/*.js",
"SERVER_SIDE.md",
"CONTRIBUTING.md"
],
"author": "Klaus Hartl",
"license": "MIT",
"devDependencies": {
"grunt": "1.0.1",
"grunt-compare-size": "0.4.2",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-nodeunit": "1.0.0",
"grunt-contrib-qunit": "2.0.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "3.0.1",
"grunt-saucelabs": "9.0.0",
"gzip-js": "0.3.2",
"qunitjs": "1.23.1",
"requirejs": "2.3.5"
}
}