UNPKG

d2-ui

Version:
220 lines (219 loc) 5.19 kB
{ "_args": [ [ "ua-parser-js@^0.7.9", "/Users/nico/Documents/dhis/webapps/d2-ui/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", "/react/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/nico/Documents/dhis/webapps/d2-ui/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": [ { "email": "fyzlman@gmail.com", "name": "Faisal Salman" }, { "email": "bertrand.design@gmail.com", "name": "Benjamin Bertrand" }, { "email": "carlchristianlewin@gmail.com", "name": "Carl C Von Lewin" }, { "email": "chris.decairos@gmail.com", "name": "Christopher De Cairos" }, { "email": "jayarjo@gmail.com", "name": "Davit Barbakadze" }, { "email": "dtyschenko@gmail.com", "name": "Dmitry Tyschenko" }, { "email": "doug@knotch.it", "name": "Douglas Li" }, { "email": "contact@duzun.me", "name": "Dumitru Uzun" }, { "email": "hesselink@gmail.com", "name": "Erik Hesselink" }, { "email": "halfdan@xnorfz.de", "name": "Fabian Becker" }, { "email": "h.helwich@iplabs.de", "name": "Hendrik Helwich" }, { "email": "jackpoll123456@gmail.com", "name": "Jackpoll" }, { "email": "startswithaj@users.noreply.github.com", "name": "Jake Mc" }, { "email": "john.tantalo@gmail.com", "name": "John Tantalo" }, { "email": "jmy@codecatalyst.com", "name": "John Yanarella" }, { "email": "jon@jbuckley.ca", "name": "Jon Buckley" }, { "email": "kendall@kendagriff.com", "name": "Kendall Buchanan" }, { "email": "leetreveil@gmail.com", "name": "Lee Treveil" }, { "email": "leofiore@libero.it", "name": "Leonardo" }, { "email": "maxemanuel.maurer@gmail.com", "name": "Max Maurer" }, { "email": "mhess@connectify.me", "name": "Michael Hess" }, { "email": "otakusid@gmail.com", "name": "OtakuSiD" }, { "email": "rosshnoble@gmail.com", "name": "Ross Noble" }, { "email": "sandro.sonntag@adorsys.de", "name": "Sandro Sonntag" } ], "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": [ "user-agent", "parser", "browser", "engine", "os", "device", "cpu" ], "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": [ { "email": "fyzlman@gmail.com", "name": "faisalman" } ], "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": [ "ua-parser-js.jquery.json", "component.json", "bower.json", "package.js", "src/ua-parser.js" ], "regs": [ "^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})", "^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})" ] } }