UNPKG

motion

Version:

motion - moving development forward

219 lines (218 loc) 5.15 kB
{ "_args": [ [ "ua-parser-js@^0.7.9", "/Users/nw/motion/packages/motion/node_modules/fbjs" ] ], "_from": "ua-parser-js@>=0.7.9 <0.8.0", "_id": "ua-parser-js@0.7.10", "_inCache": true, "_installable": true, "_location": "/ua-parser-js", "_nodeVersion": "5.1.0", "_npmUser": { "email": "fyzlman@gmail.com", "name": "faisalman" }, "_npmVersion": "3.3.12", "_phantomChildren": {}, "_requested": { "name": "ua-parser-js", "raw": "ua-parser-js@^0.7.9", "rawSpec": "^0.7.9", "scope": null, "spec": ">=0.7.9 <0.8.0", "type": "range" }, "_requiredBy": [ "/fbjs" ], "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.10.tgz", "_shasum": "917559ddcce07cbc09ece7d80495e4c268f4ef9f", "_shrinkwrap": null, "_spec": "ua-parser-js@^0.7.9", "_where": "/Users/nw/motion/packages/motion/node_modules/fbjs", "author": { "email": "fyzlman@gmail.com", "name": "Faisal Salman", "url": "http://faisalman.com" }, "bugs": { "url": "https://github.com/faisalman/ua-parser-js/issues" }, "contributors": [ { "name": "Jake Mc", "email": "startswithaj@users.noreply.github.com" }, { "name": "Faisal Salman", "email": "fyzlman@gmail.com" }, { "name": "Carl C Von Lewin", "email": "carlchristianlewin@gmail.com" }, { "name": "Christopher De Cairos", "email": "chris.decairos@gmail.com" }, { "name": "Davit Barbakadze", "email": "jayarjo@gmail.com" }, { "name": "Dmitry Tyschenko", "email": "dtyschenko@gmail.com" }, { "name": "Douglas Li", "email": "doug@knotch.it" }, { "name": "Dumitru Uzun", "email": "contact@duzun.me" }, { "name": "Erik Hesselink", "email": "hesselink@gmail.com" }, { "name": "Fabian Becker", "email": "halfdan@xnorfz.de" }, { "name": "Hendrik Helwich", "email": "h.helwich@iplabs.de" }, { "name": "Jackpoll", "email": "jackpoll123456@gmail.com" }, { "name": "Benjamin Bertrand", "email": "bertrand.design@gmail.com" }, { "name": "John Tantalo", "email": "john.tantalo@gmail.com" }, { "name": "John Yanarella", "email": "jmy@codecatalyst.com" }, { "name": "Jon Buckley", "email": "jon@jbuckley.ca" }, { "name": "Kendall Buchanan", "email": "kendall@kendagriff.com" }, { "name": "Lee Treveil", "email": "leetreveil@gmail.com" }, { "name": "Leonardo", "email": "leofiore@libero.it" }, { "name": "Max Maurer", "email": "maxemanuel.maurer@gmail.com" }, { "name": "Michael Hess", "email": "mhess@connectify.me" }, { "name": "OtakuSiD", "email": "otakusid@gmail.com" }, { "name": "Ross Noble", "email": "rosshnoble@gmail.com" }, { "name": "Sandro Sonntag", "email": "sandro.sonntag@adorsys.de" } ], "dependencies": {}, "description": "Lightweight JavaScript-based user-agent string parser", "devDependencies": { "jshint": "~1.1.0", "mocha": "~1.8.0", "uglify-js": "~1.3.4", "verup": "^1.3.x" }, "directories": { "dist": "dist", "src": "src", "test": "test" }, "dist": { "shasum": "917559ddcce07cbc09ece7d80495e4c268f4ef9f", "tarball": "http://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.10.tgz" }, "engines": { "node": "*" }, "gitHead": "cbba2f5728cd0a590253cb61efe3dce93c466c5d", "homepage": "http://github.com/faisalman/ua-parser-js", "keywords": [ "browser", "cpu", "device", "engine", "os", "parser", "user-agent" ], "licenses": [ { "type": "GPLv2", "url": "http://www.gnu.org/licenses/gpl-2.0.html" }, { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "main": "src/ua-parser.js", "maintainers": [ { "name": "faisalman", "email": "fyzlman@gmail.com" } ], "name": "ua-parser-js", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/faisalman/ua-parser-js.git" }, "scripts": { "build": "uglifyjs src/ua-parser.js > dist/ua-parser.min.js --comments '/UAParser\\.js/' && uglifyjs src/ua-parser.js > dist/ua-parser.pack.js --comments '/UAParser\\.js/' --compress --mangle", "test": "jshint src/ua-parser.js && mocha -R nyan test/test.js", "version": "node ./node_modules/verup 0", "verup": "node ./node_modules/verup" }, "title": "UAParser.js", "version": "0.7.10", "verup": { "files": [ "bower.json", "component.json", "package.js", "src/ua-parser.js", "ua-parser-js.jquery.json" ], "regs": [ "^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})", "^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})" ] } }