File: package.json

Recommend this page to a friend!
  Classes of Sebastian Schlapkohl   jQuery Annex   package.json   Download  
File: package.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Annex
General purpose functions missing in jQuery
Author: By
Last change: // changed engine version strings to allow yarn dependency installation without error in newer envs
// changed engine version strings to allow yarn dependency installation without error in newer envs
Version Bumps for jQuery, Node and Dev Dependencies
// upped jQuery 3 version to 3.6.1
// upped node version to 12
// upped dev dependencies to latest minors (especially ava, moving it out of the beta version)
// switched gulpfile syntax to ES6 (but no modules yet)
// added engines to package.json
// removed bower.json and bowser description from readme
Date: 1 year ago
Size: 1,525 bytes
 

Contents

Class file image Download
{ "name": "jqueryannex", "version": "0.46.0", "description": "A mixed bag of jQuery extensions to generally streamline development, make code more semantic and provide solutions to everyday problems and tedious standard constructs.", "authors": ["Sebastian Schlapkohl"], "license": "MIT", "repository": "github:oktarintentakel/jqueryannex", "homepage": "https://github.com/OktarinTentakel/jqueryannex", "private": false, "keywords": [ "jquery", "additions", "polling", "lazy loading", "inheritance", "preloading", "string manipulation", "sane dates" ], "main": ".src/jquery.annex.js", "directories": { "doc": "./doc", "test": "./test" }, "__comment__on_engines" : "please use versions noted here for dev, >= is necessary to avoid errors during yarn installation as a dependency", "engines": { "node" : ">=12.22.0", "yarn" : ">=1.22.0" }, "devDependencies": { "ava": "^1.0.1", "browser-env": "^3.2.6", "gulp": "^3.9.1", "gulp-ava": "^0.19.0", "gulp-connect": "^4.2.0", "gulp-rename": "^1.2.3", "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^3.0.2", "jquery-v1": "jquery/jquery#1.12.4", "jquery-v2": "jquery/jquery#2.2.4", "jquery-v3": "jquery/jquery#3.6.1", "jsdoc": "^3.4.3", "natives": "^1.1.6", "run-sequence": "^2.2.1", "st": "^1.2.2" }, "dependencies": { "jquery": "^3.6.1 || ^2.2.4 || ^1.12.4" }, "resolutions": { "graceful-fs": "^4.2.10" }, "ava": { "require": ["./test/helpers/setup-browserenv.js"] } }