{"_id":"ally.js","_rev":"2882081","name":"ally.js","description":"JavaScript library to help web applications with accessibility concerns","dist-tags":{"beta":"1.1.0-beta.5","latest":"1.4.1"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"time":{"modified":"2022-10-06T07:27:29.000Z","created":"2014-12-25T15:54:37.260Z","1.4.1":"2017-01-31T18:13:45.413Z","1.4.0":"2017-01-12T21:59:08.981Z","1.3.2":"2016-11-15T15:06:57.826Z","1.3.1":"2016-11-11T18:56:27.456Z","1.3.0":"2016-09-17T14:35:57.729Z","1.2.0":"2016-08-23T17:17:11.158Z","1.1.1":"2016-08-06T11:15:56.229Z","1.1.0":"2016-03-17T21:25:41.966Z","1.1.0-beta.5":"2016-02-22T21:07:03.080Z","1.1.0-beta.4":"2016-02-09T14:16:45.736Z","1.1.0-beta.3":"2016-01-19T17:51:39.575Z","1.1.0-beta.2":"2015-12-22T10:25:26.382Z","1.1.0-beta.1":"2015-12-12T16:03:51.783Z","1.0.1":"2015-11-20T10:05:25.529Z","1.0.0":"2015-11-18T13:06:05.290Z","1.0.0-beta.10":"2015-11-18T13:01:10.288Z","1.0.0-beta.9":"2015-11-18T12:57:11.600Z","1.0.0-beta.8":"2015-11-14T14:48:14.931Z","1.0.0-beta.7":"2015-11-13T17:59:19.412Z","1.0.0-beta.6":"2015-11-08T16:13:30.770Z","0.0.7":"2015-07-08T15:55:36.222Z","0.0.4":"2015-02-03T20:21:57.691Z","0.0.3":"2015-01-07T22:22:52.215Z","0.0.2":"2015-01-05T12:40:04.321Z","0.0.1":"2014-12-25T15:54:37.260Z"},"users":{},"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"versions":{"1.4.1":{"name":"ally.js","version":"1.4.1","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm-run-all --sequential clean build build:website","test":"intern-runner config=test/chrome","test:server":"intern-runner config=test/browser","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rimraf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd build:esm --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform rollupify --transform [ babelify --presets [ es2015 ] ] | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --no-babelrc --presets es2015 --plugins add-module-exports --source-maps --out-dir dist/common dist/src","build:amd":"babel --no-babelrc --presets es2015 --plugins add-module-exports,transform-es2015-modules-umd --source-maps --out-dir dist/amd dist/src","build:esm":"babel --source-maps --out-dir dist/esm dist/src","postbuild:amd":"npm run build:amd:ignore-umd-wrapper","build:amd:ignore-umd-wrapper":"replace '\\(function \\(global, factory\\) \\{' '(/* istanbul ignore next */ function (global, factory) {' dist/amd -r --include='*.js'","watch:amd":"babel --no-babelrc --presets es2015 --plugins add-module-exports,transform-es2015-modules-umd --watch --source-maps --out-dir dist/amd src","preanalyze:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform [ babelify --presets [ es2015 ] ] | exorcist dist/bundle.js.map > dist/bundle.js","analyze:bundle":"source-map-explorer dist/bundle.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","postanalyze:bundle":"rimraf dist/bundle.js.map dist/bundle.js","version":"npm-run-all --parallel version:docs version:jsbin","version:docs":"replace '(\\u0060v)#master(\\u0060)' \"\\$1${npm_package_version}\\$2\" docs -r --include='*.md' --exclude='docs/contributing/*.md'","version:jsbin":"replace '(/ally.js/)([^/]+)(/ally.min.js)' \"\\$1${npm_package_version}\\$3\" docs -r --include='*.example.html'","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node --presets es2015 build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","publish:algolia":"node build/publish.algolia.js","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:js:fix":"eslint --fix $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js $(glob-cli '{*.md,docs/**/*.md}')","lint:md:js":"eslint --ext md $(glob-cli 'docs/**/*.md')","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","lint-staged":"lint-staged"},"pre-commit":"lint-staged","lint-staged":{"src/**/*.js":"eslint","test/**/*.js":"eslint","build/**/*.js":"eslint","tests/focusable/**/*.js":"eslint","*.md":"node build/markdownlint.js","docs/**/*.md":["node build/markdownlint.js","eslint --ext md"]},"devDependencies":{"algoliasearch":"^3.19.0","archiver":"^1.0.0","babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-plugin-transform-es2015-modules-umd":"^6.18.0","babel-preset-es2015":"^6.18.0","babelify":"^7.3.0","browserify":"^13.0.0","cheerio":"^0.22.0","codeclimate-test-reporter":"^0.4.0","coveralls":"^2.11.6","es6-promise":"^4.0.5","eslint":"^3.12.2","eslint-config-semistandard":"^7.0.0","eslint-config-standard":"^6.2.1","eslint-plugin-markdown":"^1.0.0-beta.3","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","exorcist":"^0.4.0","gh-pages":"^0.12.0","github":"^8.0.0","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"3.4.2","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","lint-staged":"^3.2.4","markdown-it":"^8.0.0","markdown-it-container":"^2.0.0","markdown-it-deflist":"^2.0.1","markdown-it-toc-and-anchor":"^4.1.1","markdownlint":"^0.3.1","metalsmith":"^2.1.0","metalsmith-collections":"^0.9.0","metalsmith-in-place":"^1.4.4","metalsmith-layouts":"^1.4.0","metalsmith-markdownit":"^0.4.0","metalsmith-paths":"^3.0.1","metalsmith-redirect":"^2.0.1","metalsmith-register-helpers":"^0.2.0","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^4.0.0","pre-commit":"^1.2.2","prismjs":"^1.5.1","replace":"^0.3.0","requirejs":"^2.1.22","rimraf":"^2.5.2","rollupify":"^0.3.4","sequence-comparison-table":"^0.2.1","shelljs":"^0.7.2","sinon":"^1.17.3","source-map-explorer":"^1.3.1","uglifyjs":"^2.4.10","urijs":"^1.18.2"},"dependencies":{"css.escape":"^1.5.0","platform":"1.3.3"},"_id":"ally.js@1.4.1","_shasum":"9fb7e6ba58efac4ee9131cb29aa9ee3b540bcf1e","_from":"dist","_resolved":"file:dist","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"dist":{"shasum":"9fb7e6ba58efac4ee9131cb29aa9ee3b540bcf1e","size":628416,"noattachment":false,"key":"/ally.js/-/ally.js-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.4.1.tgz"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ally.js-1.4.1.tgz_1485886424550_0.746807666728273"},"directories":{},"publish_time":1485886425413,"_hasShrinkwrap":false,"_cnpm_publish_time":1485886425413,"_cnpmcore_publish_time":"2021-12-16T21:28:15.904Z"},"1.4.0":{"name":"ally.js","version":"1.4.0","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm-run-all --sequential clean build build:website","test":"intern-runner config=test/chrome","test:server":"intern-runner config=test/browser","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rimraf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform rollupify --transform [ babelify --presets [ es2015 ] ] | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --presets es2015 --plugins add-module-exports --source-maps --out-dir dist/common dist/src","build:amd":"babel --presets es2015 --plugins add-module-exports,transform-es2015-modules-umd --source-maps --out-dir dist/amd dist/src","postbuild:amd":"npm run build:amd:ignore-umd-wrapper","build:amd:ignore-umd-wrapper":"replace '\\(function \\(global, factory\\) \\{' '(/* istanbul ignore next */ function (global, factory) {' dist/amd -r --include='*.js'","watch:amd":"babel --presets es2015 --plugins add-module-exports,transform-es2015-modules-umd --watch --source-maps --out-dir dist/amd src","preanalyze:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform [ babelify --presets [ es2015 ] ] | exorcist dist/bundle.js.map > dist/bundle.js","analyze:bundle":"source-map-explorer dist/bundle.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","postanalyze:bundle":"rimraf dist/bundle.js.map dist/bundle.js","version":"npm-run-all --parallel version:docs version:jsbin","version:docs":"replace '(\\u0060v)#master(\\u0060)' \"\\$1${npm_package_version}\\$2\" docs -r --include='*.md' --exclude='docs/contributing/*.md'","version:jsbin":"replace '(/ally.js/)([^/]+)(/ally.min.js)' \"\\$1${npm_package_version}\\$3\" docs -r --include='*.example.html'","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node --presets es2015 build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","publish:algolia":"node build/publish.algolia.js","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:js:fix":"eslint --fix $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js $(glob-cli '{*.md,docs/**/*.md}')","lint:md:js":"eslint --ext md $(glob-cli 'docs/**/*.md')","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","lint-staged":"lint-staged"},"pre-commit":"lint-staged","lint-staged":{"src/**/*.js":"eslint","test/**/*.js":"eslint","build/**/*.js":"eslint","tests/focusable/**/*.js":"eslint","*.md":"node build/markdownlint.js","docs/**/*.md":["node build/markdownlint.js","eslint --ext md"]},"devDependencies":{"algoliasearch":"^3.19.0","archiver":"^1.0.0","babel-cli":"^6.18.0","babel-plugin-add-module-exports":"^0.2.1","babel-plugin-transform-es2015-modules-amd":"^6.18.0","babel-plugin-transform-es2015-modules-umd":"^6.18.0","babel-preset-es2015":"^6.18.0","babelify":"^7.3.0","browserify":"^13.0.0","cheerio":"^0.22.0","codeclimate-test-reporter":"^0.4.0","coveralls":"^2.11.6","es6-promise":"^4.0.5","eslint":"^3.12.2","eslint-config-semistandard":"^7.0.0","eslint-config-standard":"^6.2.1","eslint-plugin-markdown":"^1.0.0-beta.3","eslint-plugin-promise":"^3.4.0","eslint-plugin-standard":"^2.0.1","exorcist":"^0.4.0","gh-pages":"^0.12.0","github":"^8.0.0","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"3.4.2","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","lint-staged":"^3.2.4","markdown-it":"^8.0.0","markdown-it-container":"^2.0.0","markdown-it-deflist":"^2.0.1","markdown-it-toc-and-anchor":"^4.1.1","markdownlint":"^0.3.1","metalsmith":"^2.1.0","metalsmith-collections":"^0.9.0","metalsmith-in-place":"^1.4.4","metalsmith-layouts":"^1.4.0","metalsmith-markdownit":"^0.4.0","metalsmith-paths":"^3.0.1","metalsmith-redirect":"^2.0.1","metalsmith-register-helpers":"^0.2.0","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^4.0.0","pre-commit":"^1.2.2","prismjs":"^1.5.1","replace":"^0.3.0","requirejs":"^2.1.22","rimraf":"^2.5.2","rollupify":"^0.3.4","sequence-comparison-table":"^0.2.1","shelljs":"^0.7.2","sinon":"^1.17.3","source-map-explorer":"^1.3.1","uglifyjs":"^2.4.10","urijs":"^1.18.2"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","platform":"1.3.3"},"_id":"ally.js@1.4.0","_shasum":"ce955016b92fff46fb351df616ae2e8d812360ee","_from":"dist","_resolved":"file:dist","_npmVersion":"3.10.10","_nodeVersion":"7.3.0","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"dist":{"shasum":"ce955016b92fff46fb351df616ae2e8d812360ee","size":488443,"noattachment":false,"key":"/ally.js/-/ally.js-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.4.0.tgz"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ally.js-1.4.0.tgz_1484258348301_0.9225864433683455"},"directories":{},"publish_time":1484258348981,"_hasShrinkwrap":false,"_cnpm_publish_time":1484258348981,"_cnpmcore_publish_time":"2021-12-16T21:28:16.843Z"},"1.3.2":{"name":"ally.js","version":"1.3.2","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm-run-all --sequential clean build build:website","test":"intern-runner config=test/chrome","test:server":"intern-runner config=test/browser","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rimraf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform rollupify --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","preanalyze:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/bundle.js.map > dist/bundle.js","analyze:bundle":"source-map-explorer dist/bundle.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","postanalyze:bundle":"rimraf dist/bundle.js.map dist/bundle.js","version":"npm-run-all --parallel version:docs version:jsbin","version:docs":"replace '(\\u0060v)#master(\\u0060)' \"\\$1${npm_package_version}\\$2\" docs -r --include='*.md' --exclude='docs/contributing/*.md'","version:jsbin":"replace '(/ally.js/)([^/]+)(/ally.min.js)' \"\\$1${npm_package_version}\\$3\" docs -r --include='*.example.html'","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","publish:algolia":"node build/publish.algolia.js","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js $(glob-cli '{*.md,docs/**/*.md}')","lint:md:js":"eslint --ext md $(glob-cli 'docs/**/*.md')","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","lint-staged":"lint-staged","lint-staged:js":"eslint","lint-staged:md":"node build/markdownlint.js","lint-staged:md:js":"eslint --ext md"},"pre-commit":["lint-staged"],"lint-staged":{"lint-staged:js":"{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}","lint-staged:md":"{*.md,docs/**/*.md}","lint-staged:md:js":"docs/**/*.md"},"devDependencies":{"algoliasearch":"^3.19.0","archiver":"^1.0.0","babel":"^5.8.23","babel-eslint":"^6.0.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.22.0","codeclimate-test-reporter":"^0.4.0","coveralls":"^2.11.6","es6-promise":"^4.0.5","eslint":"^2.7.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.11.0","github":"^6.0.1","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"git://github.com/theintern/intern.git#64e47e7","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","lint-staged":"^3.2.0","markdown-it":"^8.0.0","markdown-it-container":"^2.0.0","markdown-it-deflist":"^2.0.1","markdown-it-toc-and-anchor":"^4.1.1","markdownlint":"^0.2.0","metalsmith":"^2.1.0","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdownit":"^0.4.0","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^2.0.1","metalsmith-register-helpers":"^0.2.0","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^3.1.1","pre-commit":"^1.1.3","prismjs":"^1.5.1","replace":"^0.3.0","requirejs":"^2.1.22","rimraf":"^2.5.2","rollupify":"^0.3.4","sequence-comparison-table":"^0.2.1","shelljs":"^0.7.2","sinon":"^1.17.3","source-map-explorer":"^1.3.1","uglifyjs":"^2.4.10","urijs":"^1.18.2"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","platform":"1.3.3"},"_id":"ally.js@1.3.2","_shasum":"0586b5192bc60149633082219d2cc1b24b04c3c7","_from":"dist","_resolved":"file:dist","_npmVersion":"3.10.9","_nodeVersion":"7.1.0","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"dist":{"shasum":"0586b5192bc60149633082219d2cc1b24b04c3c7","size":427650,"noattachment":false,"key":"/ally.js/-/ally.js-1.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.3.2.tgz"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ally.js-1.3.2.tgz_1479222415049_0.3026766797993332"},"directories":{},"publish_time":1479222417826,"_hasShrinkwrap":false,"_cnpm_publish_time":1479222417826,"_cnpmcore_publish_time":"2021-12-16T21:28:18.019Z"},"1.3.1":{"name":"ally.js","version":"1.3.1","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm-run-all --sequential clean build build:website","test":"intern-runner config=test/chrome","test:server":"intern-runner config=test/browser","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rimraf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform rollupify --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","preanalyze:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/bundle.js.map > dist/bundle.js","analyze:bundle":"source-map-explorer dist/bundle.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","postanalyze:bundle":"rimraf dist/bundle.js.map dist/bundle.js","version":"npm-run-all --parallel version:docs version:jsbin","version:docs":"replace '(\\u0060v)#master(\\u0060)' \"\\$1${npm_package_version}\\$2\" docs -r --include='*.md' --exclude='docs/contributing/*.md'","version:jsbin":"replace '(/ally.js/)([^/]+)(/ally.min.js)' \"\\$1${npm_package_version}\\$3\" docs -r --include='*.example.html'","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","publish:algolia":"node build/publish.algolia.js","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js $(glob-cli '{*.md,docs/**/*.md}')","lint:md:js":"eslint --ext md $(glob-cli 'docs/**/*.md')","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","lint-staged":"lint-staged","lint-staged:js":"eslint","lint-staged:md":"node build/markdownlint.js","lint-staged:md:js":"eslint --ext md"},"pre-commit":["lint-staged"],"lint-staged":{"lint-staged:js":"{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}","lint-staged:md":"{*.md,docs/**/*.md}","lint-staged:md:js":"docs/**/*.md"},"devDependencies":{"algoliasearch":"^3.19.0","archiver":"^1.0.0","babel":"^5.8.23","babel-eslint":"^6.0.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.22.0","codeclimate-test-reporter":"^0.4.0","coveralls":"^2.11.6","es6-promise":"^4.0.5","eslint":"^2.7.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.11.0","github":"^6.0.1","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"git://github.com/theintern/intern.git#64e47e7","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","lint-staged":"^3.2.0","markdown-it":"^8.0.0","markdown-it-container":"^2.0.0","markdown-it-deflist":"^2.0.1","markdown-it-toc-and-anchor":"^4.1.1","markdownlint":"^0.2.0","metalsmith":"^2.1.0","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdownit":"^0.4.0","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^2.0.1","metalsmith-register-helpers":"^0.2.0","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^3.1.1","pre-commit":"^1.1.3","prismjs":"^1.5.1","replace":"^0.3.0","requirejs":"^2.1.22","rimraf":"^2.5.2","rollupify":"^0.3.4","sequence-comparison-table":"^0.2.1","shelljs":"^0.7.2","sinon":"^1.17.3","source-map-explorer":"^1.3.1","uglifyjs":"^2.4.10","urijs":"^1.18.2"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","platform":"1.3.3"},"gitHead":"01ae6392981492bcc72abbb5c34eaca4b4e4411d","_id":"ally.js@1.3.1","_shasum":"ae627b978d359ad62356a22a232f7c867af226be","_from":".","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"dist":{"shasum":"ae627b978d359ad62356a22a232f7c867af226be","size":1632133,"noattachment":false,"key":"/ally.js/-/ally.js-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.3.1.tgz"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/ally.js-1.3.1.tgz_1478890586811_0.019393893191590905"},"directories":{},"publish_time":1478890587456,"_hasShrinkwrap":false,"_cnpm_publish_time":1478890587456,"_cnpmcore_publish_time":"2021-12-16T21:28:22.285Z"},"1.3.0":{"name":"ally.js","version":"1.3.0","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm-run-all --sequential clean build build:website","test":"intern-runner config=test/chrome","test:server":"intern-runner config=test/browser","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rimraf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform rollupify --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","preanalyze:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/bundle.js.map > dist/bundle.js","analyze:bundle":"source-map-explorer dist/bundle.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","postanalyze:bundle":"rimraf dist/bundle.js.map dist/bundle.js","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js $(glob-cli '{*.md,docs/**/*.md}')","lint:md:js":"eslint --ext md $(glob-cli 'docs/**/*.md')","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","lint-staged":"lint-staged","lint-staged:js":"eslint","lint-staged:md":"node build/markdownlint.js","lint-staged:md:js":"eslint --ext md"},"pre-commit":["lint-staged"],"lint-staged":{"lint-staged:js":"{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}","lint-staged:md":"{*.md,docs/**/*.md}","lint-staged:md:js":"docs/**/*.md"},"devDependencies":{"archiver":"^1.0.0","babel":"^5.8.23","babel-eslint":"^6.0.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.20.0","codeclimate-test-reporter":"^0.3.1","coveralls":"^2.11.6","es6-promise":"^3.0.2","eslint":"^2.7.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.11.0","github":"^2.3.0","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"git://github.com/theintern/intern.git#64e47e7","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","lint-staged":"^1.0.1","markdownlint":"^0.2.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^2.0.1","metalsmith-register-helpers":"^0.2.0","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^2.3.0","pre-commit":"^1.1.3","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","rimraf":"^2.5.2","rollupify":"^0.3.4","sequence-comparison-table":"^0.2.1","shelljs":"^0.7.2","sinon":"^1.17.3","source-map-explorer":"^1.3.1","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","platform":"^1.3.1"},"_id":"ally.js@1.3.0","_shasum":"8b58f9a4781f84bd5d204891e1968f4cbb68858e","_from":"dist","_resolved":"file:dist","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"8b58f9a4781f84bd5d204891e1968f4cbb68858e","size":425977,"noattachment":false,"key":"/ally.js/-/ally.js-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ally.js-1.3.0.tgz_1474122955650_0.4598329409491271"},"directories":{},"publish_time":1474122957729,"_hasShrinkwrap":false,"_cnpm_publish_time":1474122957729,"_cnpmcore_publish_time":"2021-12-16T21:28:23.447Z"},"1.2.0":{"name":"ally.js","version":"1.2.0","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.20.0","codeclimate-test-reporter":"^0.3.1","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"2.2.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.10.0","github":"^0.2.4","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","husky":"^0.11.1","intern":"github:theintern/intern#75c1472","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.6.0","sinon":"^1.17.3","source-map-explorer":"^1.3.0","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","platform":"^1.3.1"},"_id":"ally.js@1.2.0","_shasum":"7e933f5015ad75bd35aaa82e0e6c8ed9cdd237bb","_from":"dist","_resolved":"file:dist","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"7e933f5015ad75bd35aaa82e0e6c8ed9cdd237bb","size":443629,"noattachment":false,"key":"/ally.js/-/ally.js-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.2.0.tgz"},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/ally.js-1.2.0.tgz_1471972628816_0.9840923883020878"},"directories":{},"publish_time":1471972631158,"_hasShrinkwrap":false,"_cnpm_publish_time":1471972631158,"_cnpmcore_publish_time":"2021-12-16T21:28:24.951Z"},"1.1.1":{"name":"ally.js","version":"1.1.1","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.20.0","codeclimate-test-reporter":"^0.3.1","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"2.2.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.10.0","github":"^0.2.4","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","intern":"github:theintern/intern#75c1472","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.6.0","sinon":"^1.17.3","source-map-explorer":"^1.3.0","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#1.2.0-alpha.1","platform":"^1.3.1"},"_id":"ally.js@1.1.1","_shasum":"956372628add22609414c5ec5f3d107fadbc9fb7","_from":"dist","_resolved":"file:dist","_npmVersion":"2.15.0","_nodeVersion":"4.4.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"956372628add22609414c5ec5f3d107fadbc9fb7","size":441518,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.1.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/ally.js-1.1.1.tgz_1470482154074_0.045474299462512136"},"directories":{},"publish_time":1470482156229,"_hasShrinkwrap":false,"_cnpm_publish_time":1470482156229,"_cnpmcore_publish_time":"2021-12-16T21:28:26.062Z"},"1.1.0":{"name":"ally.js","version":"1.1.0","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.20.0","codeclimate-test-reporter":"^0.3.1","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"2.2.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.10.0","github":"^0.2.4","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","husky":"^0.11.1","intern":"github:theintern/intern#75c1472","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.6.0","sinon":"^1.17.3","source-map-explorer":"^1.3.0","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#1.2.0-alpha.1","platform":"^1.3.1"},"_id":"ally.js@1.1.0","_shasum":"d5cad35783e1daa28fd090ff7d4f0ea2b3f81b5f","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"d5cad35783e1daa28fd090ff7d4f0ea2b3f81b5f","size":440734,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-13-west.internal.npmjs.com","tmp":"tmp/ally.js-1.1.0.tgz_1458249939065_0.0517066300380975"},"directories":{},"publish_time":1458249941966,"_hasShrinkwrap":false,"_cnpm_publish_time":1458249941966,"_cnpmcore_publish_time":"2021-12-16T21:28:27.290Z"},"1.1.0-beta.5":{"name":"ally.js","version":"1.1.0-beta.5","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.20.0","codeclimate-test-reporter":"^0.3.1","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"^2.2.0","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.10.0","github":"^0.2.4","glob":"^7.0.0","glob-cli":"^1.0.0","handlebars":"^4.0.5","husky":"^0.11.1","intern":"github:rodneyrehm/intern#fix/proxy-mimetypes","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.6.0","sinon":"^1.17.3","source-map-explorer":"^1.3.0","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#fix/non-browser-environment","platform":"^1.3.1"},"_id":"ally.js@1.1.0-beta.5","_shasum":"13832ce2f545cef272b750b2c6dc2be557c6799d","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"13832ce2f545cef272b750b2c6dc2be557c6799d","size":428662,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0-beta.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0-beta.5.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/ally.js-1.1.0-beta.5.tgz_1456175219768_0.7531348266638815"},"directories":{},"publish_time":1456175223080,"_hasShrinkwrap":false,"_cnpm_publish_time":1456175223080,"_cnpmcore_publish_time":"2021-12-16T21:28:28.572Z"},"1.1.0-beta.4":{"name":"ally.js","version":"1.1.0-beta.4","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --replace \"`node -e 'console.log(process.cwd())'`/dist/\" --with '' --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}') && jscs $(glob-cli '{src,test,build,tests/focusable}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint","postmerge":"npm install"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.2.0","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"^1.10.3","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.8.0","github":"^0.2.4","glob":"^6.0.4","glob-cli":"^1.0.0","handlebars":"^4.0.5","husky":"^0.10.1","intern":"github:rodneyrehm/intern#fix/proxy-mimetypes","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.8.0","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.3.0","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.5.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#fix/non-browser-environment","platform":"^1.3.1"},"_id":"ally.js@1.1.0-beta.4","_shasum":"1a76e12045934663248f16a12e44dead5ad4733a","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"1a76e12045934663248f16a12e44dead5ad4733a","size":408973,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0-beta.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0-beta.4.tgz"},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/ally.js-1.1.0-beta.4.tgz_1455027402013_0.6631515386980027"},"directories":{},"publish_time":1455027405736,"_hasShrinkwrap":false,"_cnpm_publish_time":1455027405736,"_cnpmcore_publish_time":"2021-12-16T21:28:29.628Z"},"1.1.0-beta.3":{"name":"ally.js","version":"1.1.0-beta.3","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"init":"npm install && npm run build && npm run build:website","test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md lint:md:js","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js,tests/focusable/**/*.js}') && jscs $(glob-cli '{src,test,build,tests/focusable}')","lint:md":"node build/markdownlint.js","lint:md:js":"eslint --ext md docs","ci":"npm-run-all --sequential lint clean build test:browserstack publish:lcov build:website analyze:bundle","precommit":"npm run lint","postmerge":"npm install"},"devDependencies":{"archiver":"^0.21.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^13.0.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.2.0","coveralls":"^2.11.6","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","es6-promise":"^3.0.2","eslint":"^1.10.3","eslint-plugin-markdown":"^1.0.0-beta.1","exorcist":"^0.4.0","gh-pages":"^0.8.0","github":"^0.2.4","glob":"^6.0.4","glob-cli":"^1.0.0","handlebars":"^4.0.5","husky":"^0.10.1","intern":"github:rodneyrehm/intern#fix/proxy-mimetypes","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.8.0","markdownlint":"^0.1.0","metalsmith":"^2.1.0","metalsmith-broken-link-checker":"^0.1.8","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.1","replace":"^0.3.0","requirejs":"^2.1.22","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.4.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#fix/non-browser-environment","platform":"^1.3.1"},"_id":"ally.js@1.1.0-beta.3","_shasum":"90a94b73061ce53426739501c8f17bb9b140669c","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"90a94b73061ce53426739501c8f17bb9b140669c","size":393548,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0-beta.3.tgz"},"directories":{},"publish_time":1453225899575,"_hasShrinkwrap":false,"_cnpm_publish_time":1453225899575,"_cnpmcore_publish_time":"2021-12-16T21:28:30.554Z"},"1.1.0-beta.2":{"name":"ally.js","version":"1.1.0-beta.2","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js}') && jscs $(glob-cli '{src,test,build}')","lint:md":"node build/markdownlint.js","ci:test":"npm-run-all --sequential lint:js ci:build:amd test:browserstack publish:lcov","ci:build:amd":"npm-run-all --sequential clean build:pre build:amd","ci:build":"npm-run-all --sequential clean build","ci:build:website":"npm-run-all --sequential lint:md ci:build:amd build:website","precommit":"npm run lint","postmerge":"npm install"},"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","coveralls":"^2.11.4","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"github:rodneyrehm/intern#fix/proxy-mimetypes","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.3.0","domtokenlist-shim":"git://github.com/rodneyrehm/domtokenlist.git#fix/non-browser-environment","platform":"^1.3.0"},"_id":"ally.js@1.1.0-beta.2","_shasum":"b9e13179349b29e04ea44d94211bdc77a63239ca","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"b9e13179349b29e04ea44d94211bdc77a63239ca","size":364193,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0-beta.2.tgz"},"directories":{},"publish_time":1450779926382,"_hasShrinkwrap":false,"_cnpm_publish_time":1450779926382,"_cnpmcore_publish_time":"2021-12-16T21:28:31.536Z"},"1.1.0-beta.1":{"name":"ally.js","version":"1.1.0-beta.1","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"npm-run-all --parallel publish:codeclimate publish:coveralls","publish:codeclimate":"codeclimate-test-reporter < reports/lcov.info","publish:coveralls":"cat reports/lcov.info | coveralls","lint":"npm-run-all --parallel lint:js lint:md","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js}') && jscs $(glob-cli '{src,test,build}')","lint:md":"node build/markdownlint.js","ci:test":"npm-run-all --sequential lint:js ci:build:amd test:browserstack publish:lcov","ci:build:amd":"npm-run-all --sequential clean build:pre build:amd","ci:build":"npm-run-all --sequential clean build","ci:build:website":"npm-run-all --sequential lint:md ci:build:amd build:website","precommit":"npm run lint","postmerge":"npm install"},"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","coveralls":"^2.11.4","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"github:rodneyrehm/intern#fix/proxy-mimetypes","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.3.0","domtokenlist-shim":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.1.0-beta.1","_shasum":"92b926c13eb3b5db6959efad393b2c108dfb0b04","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"92b926c13eb3b5db6959efad393b2c108dfb0b04","size":363029,"noattachment":false,"key":"/ally.js/-/ally.js-1.1.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.1.0-beta.1.tgz"},"directories":{},"publish_time":1449936231783,"_hasShrinkwrap":false,"_cnpm_publish_time":1449936231783,"_cnpmcore_publish_time":"2021-12-16T21:28:32.461Z"},"1.0.1":{"name":"ally.js","version":"1.0.1","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"test":"node test/run-local.js","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:pre --parallel build:umd build:common build:amd --sequential build:post build:archive","build:pre":"node build/build.pre.js","build:post":"node build/build.post.js","build:archive":"node build/build.archive.js","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify dist/src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --source-map-url ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common dist/src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd dist/src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","analyze:bundle":"source-map-explorer dist/ally.min.js --html > reports/bundle-size.html","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","publish:website":"node build/publish.website.js","publish:npm":"npm publish dist","publish:npm:beta":"npm publish dist --tag beta","publish:lcov":"codeclimate-test-reporter < reports/lcov.info","lint":"npm-run-all --parallel lint:js lint:md","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js}') && jscs $(glob-cli '{src,test,build}')","lint:md":"node build/markdownlint.js","ci:test":"npm-run-all --sequential lint:js ci:build:amd test:browserstack publish:lcov","ci:build:amd":"npm-run-all --sequential clean build:pre build:amd","ci:build":"npm-run-all --sequential clean build","ci:build:website":"npm-run-all --sequential lint:md ci:build:amd build:website","precommit":"npm run lint","postmerge":"npm install"},"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.0.1","_shasum":"949fa99d54d89fb0e4e346bd8e1c62237310166c","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"949fa99d54d89fb0e4e346bd8e1c62237310166c","size":288214,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.1.tgz"},"directories":{},"publish_time":1448013925529,"_hasShrinkwrap":false,"_cnpm_publish_time":1448013925529,"_cnpmcore_publish_time":"2021-12-16T21:28:32.962Z"},"1.0.0":{"name":"ally.js","version":"1.0.0","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.0.0","scripts":{},"_shasum":"0da3e4a588f609ac9f7e4dc71ee2417729498e94","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"0da3e4a588f609ac9f7e4dc71ee2417729498e94","size":288170,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0.tgz"},"directories":{},"publish_time":1447851965290,"_hasShrinkwrap":false,"_cnpm_publish_time":1447851965290,"_cnpmcore_publish_time":"2021-12-16T21:28:33.629Z"},"1.0.0-beta.10":{"name":"ally.js","version":"1.0.0-beta.10","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.0.0-beta.10","scripts":{},"_shasum":"3e55e8e91a8d92cb25b1af602e0d75c380f7cc8d","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"3e55e8e91a8d92cb25b1af602e0d75c380f7cc8d","size":287704,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0-beta.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0-beta.10.tgz"},"directories":{},"publish_time":1447851670288,"_hasShrinkwrap":false,"_cnpm_publish_time":1447851670288,"_cnpmcore_publish_time":"2021-12-16T21:28:34.337Z"},"1.0.0-beta.9":{"name":"ally.js","version":"1.0.0-beta.9","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"http://allyjs.io/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"devDependencies":{"archiver":"^0.16.0","babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","gh-pages":"^0.5.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-in-place":"^1.3.2","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.0.0-beta.9","scripts":{},"_shasum":"b7c6f3ffb92660fe7a49e3f2185c4d95544501e5","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"b7c6f3ffb92660fe7a49e3f2185c4d95544501e5","size":797237,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0-beta.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0-beta.9.tgz"},"directories":{},"publish_time":1447851431600,"_hasShrinkwrap":false,"_cnpm_publish_time":1447851431600,"_cnpmcore_publish_time":"2021-12-16T21:28:36.161Z"},"1.0.0-beta.8":{"name":"ally.js","version":"1.0.0-beta.8","description":"JavaScript library to help web applications with accessibility concerns","main":"ally.min.js","npmName":"ally.js","npmFileMap":[{"basePath":"./","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://github.com/medialize/ally.js/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"devDependencies":{"babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","source-map-explorer":"^1.2.2","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"_id":"ally.js@1.0.0-beta.8","scripts":{},"_shasum":"f74926cf0b033b42f794ee1ac82ff512aef79f78","_from":"dist","_resolved":"file:dist","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"f74926cf0b033b42f794ee1ac82ff512aef79f78","size":286990,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0-beta.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0-beta.8.tgz"},"directories":{},"publish_time":1447512494931,"_hasShrinkwrap":false,"_cnpm_publish_time":1447512494931,"_cnpmcore_publish_time":"2021-12-16T21:28:37.316Z"},"1.0.0-beta.7":{"name":"ally.js","version":"1.0.0-beta.7","description":"JavaScript library to help web applications with accessibility concerns","main":"dist/ally.min.js","files":["src","dist"],"npmName":"ally.js","npmFileMap":[{"basePath":"dist","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://github.com/medialize/ally.js/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"test":"node test/run-local.js","test:ci":"npm run test:sauce","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist web reports && mkdirp dist web reports","build":"npm-run-all --sequential build:common --parallel build:umd build:amd","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","build:website":"npm-run-all --sequential build:docs --parallel build:data-tables build:legacy","build:docs":"node build/metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node build/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node build/web-tests/build.focusable.js","build:legacy:event-sequence":"node build/web-tests/build.event-sequence.js","build:legacy:static-copy":"node build/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload $(glob-cli 'docs/**/*.example*.html') --css '#example-css' --js '#example-js'","lint":"npm-run-all --parallel lint:js lint:md","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,build/**/*.js}') && jscs $(glob-cli '{src,test,build}')","lint:md":"node build/markdownlint.js","precommit":"npm run lint","prepush":"npm test","postmerge":"npm install"},"devDependencies":{"babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.1","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"^1.3.0","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"gitHead":"e7c131af00f076a12477aeca6e2fa8374ac87878","_id":"ally.js@1.0.0-beta.7","_shasum":"b527dda7b60051132c1ad73fc5933f3d5197f77f","_from":".","_npmVersion":"2.14.7","_nodeVersion":"4.2.2","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"b527dda7b60051132c1ad73fc5933f3d5197f77f","size":285995,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0-beta.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0-beta.7.tgz"},"directories":{},"publish_time":1447437559412,"_hasShrinkwrap":false,"_cnpm_publish_time":1447437559412,"_cnpmcore_publish_time":"2021-12-16T21:28:38.164Z"},"1.0.0-beta.6":{"name":"ally.js","version":"1.0.0-beta.6","description":"JavaScript library to help web applications with accessibility concerns","main":"dist/ally.min.js","files":["src","dist"],"npmName":"ally.js","npmFileMap":[{"basePath":"dist","files":["ally.min.js","ally.min.js.map"]}],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"homepage":"https://github.com/medialize/ally.js/","license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"repository":{"type":"git","url":"git+https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"scripts":{"test":"node test/run-local.js","test:ci":"npm run test:sauce","test:sauce":"intern-runner config=test/sauce","test:browserstack":"intern-runner config=test/browserstack","clean":"rm -rf dist/* web/*","build":"npm-run-all --parallel build:umd build:common build:amd","build:umd":"npm-run-all --sequential build:umd:bundle build:umd:min build:umd:clean","build:umd:bundle":"browserify src/ally.js --debug --standalone ally --transform babelify | exorcist dist/ally.js.map > dist/ally.js","build:umd:clean":"rm dist/ally.js dist/ally.js.map","build:umd:min":"uglifyjs dist/ally.js --in-source-map dist/ally.js.map --source-map dist/ally.min.js.map --preamble \"/*! ${npm_package_name} - v${npm_package_version} - ${npm_package_homepage} - ${npm_package_license} License */\" --screw-ie8 --mangle --compress --output dist/ally.min.js","build:common":"babel --source-maps --modules common --out-dir dist/common src","build:amd":"babel --source-maps --modules amd --out-dir dist/amd src","watch:amd":"babel --watch --source-maps --modules amd --out-dir dist/amd src","build:website":"npm-run-all --parallel build:docs build:data-tables build:legacy","build:docs":"node metalsmith/metalsmith.js","build:data-tables":"npm run build:data-tables:focusable","build:data-tables:focusable":"babel-node scripts/data-tables/focusable-tables.js","build:legacy":"npm-run-all --parallel build:legacy:focusable build:legacy:event-sequence build:legacy:static-copy","build:legacy:focusable":"node scripts/web-tests/build.focusable.js","build:legacy:event-sequence":"node scripts/web-tests/build.event-sequence.js","build:legacy:static-copy":"node scripts/web-tests/build.static-copy.js","publish:jsbin":"jsbin-sync upload docs/**/*.example*.html --css '#example-css' --js '#example-js'","lint":"npm-run-all --parallel lint:js lint:md","lint:js":"eslint $(glob-cli '{src/**/*.js,test/**/*.js,scripts/**/*.js}') && jscs $(glob-cli '{src,test,scripts}')","lint:md":"node scripts/markdownlint.js","precommit":"npm run lint","prepush":"npm test","postmerge":"npm install"},"devDependencies":{"babel":"^5.8.23","babel-eslint":"^4.1.2","babelify":"^6.3.0","browserify":"^11.1.0","cheerio":"^0.19.0","codeclimate-test-reporter":"^0.1.0","dalek-driver-chrome":"git://github.com/dalekjs/dalek-driver-chrome.git#0410d81","eslint":"^1.4.3","exorcist":"^0.4.0","glob":"^5.0.14","glob-cli":"^1.0.0","handlebars":"^4.0.2","husky":"^0.10.1","intern":"^3.0.5","jquery":"^2.1.4","jquery-ui":"git://github.com/jquery/jquery-ui.git#1.11.4","jsbin-sync":"^0.3.0","jscs":"^2.1.1","markdownlint":"git://github.com/rodneyrehm/markdownlint.git#temporary-fixes","metalsmith":"^2.0.1","metalsmith-broken-link-checker":"^0.1.6","metalsmith-collections":"^0.7.0","metalsmith-layouts":"^1.4.0","metalsmith-markdown-remarkable":"^0.1.1","metalsmith-packagejson":"^1.0.1","metalsmith-paths":"^2.1.1","metalsmith-redirect":"^1.1.0","metalsmith-register-helpers":"^0.1.2","metalsmith-static":"0.0.5","mkdirp":"^0.5.1","npm-run-all":"^1.2.12","prismjs":"git+https://github.com/PrismJS/prism.git#master","remarkable":"^1.6.0","replace":"^0.3.0","requirejs":"^2.1.19","sequence-comparison-table":"^0.2.1","shelljs":"^0.5.3","uglifyjs":"^2.4.10","underscore":"^1.8.3","urijs":"^1.16.1"},"dependencies":{"array.prototype.findindex":"^1.0.0","css.escape":"^1.1.0","platform":"^1.3.0"},"gitHead":"34b2e6e4e4b2192f5626784a02a6be9ad2523cef","_id":"ally.js@1.0.0-beta.6","_shasum":"41e60cb771f68579e3d461062e3222a92c5a64dd","_from":".","_npmVersion":"3.3.9","_nodeVersion":"5.0.0","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"41e60cb771f68579e3d461062e3222a92c5a64dd","size":297696,"noattachment":false,"key":"/ally.js/-/ally.js-1.0.0-beta.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-1.0.0-beta.6.tgz"},"directories":{},"publish_time":1446999210770,"_hasShrinkwrap":false,"_cnpm_publish_time":1446999210770,"_cnpmcore_publish_time":"2021-12-16T21:28:39.054Z"},"0.0.7":{"name":"ally.js","version":"0.0.7","description":"Library to help applications with accessibility concerns","main":"src/ally.js","directories":{"example":"examples","test":"tests"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"grunt lint"},"repository":{"type":"git","url":"https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"homepage":"https://github.com/medialize/ally.js","devDependencies":{"grunt":"^0.4.5","grunt-contrib-jshint":"^0.10.0","jshint-stylish":"^1.0.0"},"gitHead":"95a5f7c72218a42531e916b46063d8ae47fd8a16","_id":"ally.js@0.0.7","_shasum":"e0944a086bed3c5623adfb234ef38041f15b16e7","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"e0944a086bed3c5623adfb234ef38041f15b16e7","size":1374037,"noattachment":false,"key":"/ally.js/-/ally.js-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-0.0.7.tgz"},"publish_time":1436370936222,"_hasShrinkwrap":false,"_cnpm_publish_time":1436370936222,"_cnpmcore_publish_time":"2021-12-16T21:28:42.181Z"},"0.0.4":{"name":"ally.js","version":"0.0.4","description":"Library to help applications with accessibility concerns","main":"src/ally.js","directories":{"example":"examples","test":"tests"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"grunt lint"},"repository":{"type":"git","url":"https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"homepage":"https://github.com/medialize/ally.js","devDependencies":{"grunt":"^0.4.5","grunt-contrib-jshint":"^0.10.0","jshint-stylish":"^1.0.0"},"gitHead":"5a5052ad2d12e401368a02c20bf65cf2ab464451","_id":"ally.js@0.0.4","_shasum":"75ccfcc84ea3b3c6b2fb08d80b509b6fa9dd7889","_from":".","_npmVersion":"2.2.0","_nodeVersion":"0.10.35","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"75ccfcc84ea3b3c6b2fb08d80b509b6fa9dd7889","size":342016,"noattachment":false,"key":"/ally.js/-/ally.js-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-0.0.4.tgz"},"publish_time":1422994917691,"_hasShrinkwrap":false,"_cnpm_publish_time":1422994917691,"_cnpmcore_publish_time":"2021-12-16T21:28:43.068Z"},"0.0.3":{"name":"ally.js","version":"0.0.3","description":"Library to help applications with accessibility concerns","main":"src/ally.js","directories":{"example":"examples","test":"tests"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"grunt lint"},"repository":{"type":"git","url":"https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"homepage":"https://github.com/medialize/ally.js","devDependencies":{"grunt":"^0.4.5","grunt-contrib-jshint":"^0.10.0","jshint-stylish":"^1.0.0"},"gitHead":"6ab11d6dd4e1279a1f6df9b5db10035d97169303","_id":"ally.js@0.0.3","_shasum":"e3ea7cea80ff4124ca5111d28691c6ac2610e408","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"e3ea7cea80ff4124ca5111d28691c6ac2610e408","size":335693,"noattachment":false,"key":"/ally.js/-/ally.js-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-0.0.3.tgz"},"publish_time":1420669372215,"_hasShrinkwrap":false,"_cnpm_publish_time":1420669372215,"_cnpmcore_publish_time":"2021-12-16T21:28:43.854Z"},"0.0.2":{"name":"ally.js","version":"0.0.2","description":"Library to help applications with accessibility concerns","main":"src/ally.js","directories":{"example":"examples","test":"tests"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1","lint":"grunt lint"},"repository":{"type":"git","url":"https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"homepage":"https://github.com/medialize/ally.js","devDependencies":{"grunt":"^0.4.5","grunt-contrib-jshint":"^0.10.0","jshint-stylish":"^1.0.0"},"gitHead":"915c18a688a69262343de7f827147743697faf91","_id":"ally.js@0.0.2","_shasum":"a00eb31f6b97075be0aecf525f5b08f8bff364eb","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"a00eb31f6b97075be0aecf525f5b08f8bff364eb","size":331799,"noattachment":false,"key":"/ally.js/-/ally.js-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-0.0.2.tgz"},"publish_time":1420461604321,"_hasShrinkwrap":false,"_cnpm_publish_time":1420461604321,"_cnpmcore_publish_time":"2021-12-16T21:28:44.945Z"},"0.0.1":{"name":"ally.js","version":"0.0.1","description":"Library to help applications with accessibility concerns","main":"src/ally.js","directories":{"example":"examples","test":"tests"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"https://github.com/medialize/ally.js.git"},"keywords":["accessibility","a11y","focus","focusable","tabbing","tabbable"],"author":{"name":"Rodney Rehm","email":"rodney.rehm@medialize.de","url":"http://rodneyrehm.de/en/"},"license":"MIT","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"homepage":"https://github.com/medialize/ally.js","gitHead":"9bb26c8c636f3b280e7ed0d3824fddb40d8cc836","_id":"ally.js@0.0.1","_shasum":"5af6967afb2f8a3264558b1893c9dd60fd9d3d27","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"},"maintainers":[{"name":"rodneyrehm","email":"rodney.rehm@medialize.de"}],"dist":{"shasum":"5af6967afb2f8a3264558b1893c9dd60fd9d3d27","size":941117,"noattachment":false,"key":"/ally.js/-/ally.js-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/ally.js/download/ally.js-0.0.1.tgz"},"publish_time":1419522877260,"_hasShrinkwrap":false,"_cnpm_publish_time":1419522877260,"_cnpmcore_publish_time":"2021-12-16T21:28:47.972Z"}},"readme":"# ally.js - making accessibility simpler\n\n---\n\n[![NPM version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![MIT License][license-image]][license-url]\n[![Travis CI][build-image]][build-url]\n[![Code Climate][climate-image]][climate-url]\n[![Test coverage][coverage-image]][coverage-url]\n\n[![Dependencies][dependencies-image]][dependencies-url]\n[![Dev-Dependencies][dev-dependencies-image]][dev-dependencies-url]\n\n---\n\nally.js is a JavaScript library simplifying certain accessibility features, functions and behaviors. Its goal is to be **A JavaScript library to help web applications with accessibility concerns**. The intention is to separate these generic components from actual applications and other libraries.\n\n[See the website for more](https://allyjs.io)\n\n---\n\n## Requirements\n\n* [ES5](https://kangax.github.io/compat-table/es5/)\n* [CSSOM CSS.escape](https://developer.mozilla.org/en-US/docs/Web/API/CSS.escape) ([spec](https://dev.w3.org/csswg/cssom/#the-css.escape%28%29-method))\n* [Element.classList](https://developer.mozilla.org/en/docs/Web/API/Element/classList)\n\n\n## Dependencies\n\n* [platform.js](https://github.com/bestiejs/platform.js) (because parsing the userAgent string yourself is ludicrous)\n* [ES5-shim](https://github.com/es-shims/es5-shim) (implicitly expected)\n* [CSSOM CSS.escape polyfill](https://github.com/mathiasbynens/CSS.escape)\n\n\n## Resources\n\n* [Website](https://allyjs.io/)\n* [Documentation](docs/README.md)\n* [CONTRIBUTING.md](CONTRIBUTING.md) explaining how to author, test, document and build ally.js\n* [CHANGELOG.md](CHANGELOG.md) detailing what changed over time\n* [Filed issues (browsers & specifications)](issues.md)\n\n\n## Supported by\n\n* [BrowserStack](https://browserstack.com) and [SauceLabs](https://saucelabs.com/) provide VMs for automated testing - free for open source projects.\n* [Code Climate](https://codeclimate.com/github/medialize/ally.js) and [Coveralls](https://coveralls.io/github/medialize/ally.js/) provide us with automated code analysis and coverage reports - free for open source projects.\n* [Travis CI](https://travis-ci.org/medialize/ally.js) provides a build server - free for open source projects.\n* [Algolia](https://algolia.com/) provides a search interface - free for open source projects.\n\n\n## License\n\nally.js is published under the [MIT License](https://opensource.org/licenses/mit-license).\n\n\n[npm-image]: https://img.shields.io/npm/v/ally.js.svg\n[npm-url]: https://www.npmjs.com/package/ally.js\n[downloads-image]: https://img.shields.io/npm/dm/ally.js.svg\n[downloads-url]: https://www.npmjs.com/package/ally.js\n[license-image]: https://img.shields.io/npm/l/ally.js.svg\n[license-url]: https://github.com/medialize/ally.js/blob/master/LICENSE.txt\n[build-image]: https://img.shields.io/travis/medialize/ally.js/master.svg\n[build-url]: https://travis-ci.org/medialize/ally.js\n[climate-image]: https://img.shields.io/codeclimate/github/medialize/ally.js.svg\n[climate-url]: https://codeclimate.com/github/medialize/ally.js\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/medialize/ally.js.svg\n[coverage-url]: https://codeclimate.com/github/medialize/ally.js/coverage\n[dependencies-image]: https://img.shields.io/david/medialize/ally.js.svg\n[dependencies-url]: https://www.npmjs.com/package/ally.js\n[dev-dependencies-image]: https://img.shields.io/david/dev/medialize/ally.js.svg\n[dev-dependencies-url]: https://www.npmjs.com/package/ally.js\n","_attachments":{},"homepage":"https://allyjs.io/","bugs":{"url":"https://github.com/medialize/ally.js/issues"},"license":"MIT"}