![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/@bugsnag/cuid/ |
{ "name": "@bugsnag/cuid", "version": "3.0.0", "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.", "author": { "name": "Bugsnag", "url": "https://bugsnag.com" }, "main": "index.js", "browser": { "./lib/fingerprint.js": "./lib/fingerprint.browser.js" }, "react-native": { "./lib/fingerprint.js": "./lib/fingerprint.react-native.js" }, "keywords": [ "id", "guid", "uid", "unique id", "uuid" ], "repository": { "type": "git", "url": "https://github.com/bugsnag/cuid.git" }, "license": "MIT", "devDependencies": { "browserify": "14.4.0", "eslint": "^3.9.1", "karma": "^1.7.0", "karma-browserify": "^5.1.1", "karma-chrome-launcher": "^2.2.0", "karma-tap": "^3.1.1", "mkdirp": "^0.5.1", "tape": "^4.6.2", "uglify-js": "^2.7.4", "watchify": "3.9.0", "webworkify": "^1.4.0" }, "scripts": { "build": "mkdirp dist && browserify index.js -s cuid -o dist/cuid.js && uglifyjs dist/cuid.js -c -m -o dist/cuid.min.js", "lint": "eslint index.js lib test", "test": "npm run lint && npm run test:server && npm run test:browser", "test:browser": "karma start test/karma.conf.js", "test:server": "tape test/**/*.js", "prepublish": "npm run build" } }