{"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","dist-tags":{"beta":"1.1.0-beta.5","latest":"1.4.1"}}