1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "_from": "cuid@^2.1.4",
- "_id": "cuid@2.1.8",
- "_inBundle": false,
- "_integrity": "sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg==",
- "_location": "/cuid",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "cuid@^2.1.4",
- "name": "cuid",
- "escapedName": "cuid",
- "rawSpec": "^2.1.4",
- "saveSpec": null,
- "fetchSpec": "^2.1.4"
- },
- "_requiredBy": [
- "/warehouse"
- ],
- "_resolved": "https://registry.npmmirror.com/cuid/-/cuid-2.1.8.tgz",
- "_shasum": "cbb88f954171e0d5747606c0139fb65c5101eac0",
- "_spec": "cuid@^2.1.4",
- "_where": "/var/www/AfterAales/node_modules/warehouse",
- "author": {
- "name": "Eric Elliott",
- "url": "https://ericelliottjs.com"
- },
- "browser": {
- "./lib/fingerprint.js": "./lib/fingerprint.browser.js",
- "./lib/getRandomValue.js": "./lib/getRandomValue.browser.js"
- },
- "bugs": {
- "url": "https://github.com/ericelliott/cuid/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": "Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead.",
- "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.",
- "devDependencies": {
- "babel-polyfill": "6.26.0",
- "babel-preset-env": "1.7.0",
- "babel-register": "6.26.0",
- "browserify": "16.5.0",
- "eslint": "5.16.0",
- "eslint-plugin-testcafe": "0.2.1",
- "http-server": "^0.12.0",
- "mkdirp": "0.5.1",
- "riteway": "6.1.1",
- "tape": "4.11.0",
- "testcafe": "1.1.4",
- "uglify-js": "3.7.2",
- "updtr": "3.1.0",
- "watchify": "3.11.1"
- },
- "files": [
- "lib",
- "dist",
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/ericelliott/cuid#readme",
- "jsdelivr": "dist/cuid.min.js",
- "keywords": [
- "guid",
- "id",
- "uid",
- "unique id",
- "uuid"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "cuid",
- "react-native": {
- "./lib/fingerprint.js": "./lib/fingerprint.react-native.js",
- "./lib/getRandomValue.js": "./lib/getRandomValue.react-native.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ericelliott/cuid.git"
- },
- "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",
- "prepare": "npm run build",
- "test": "npm run -s lint && npm run -s test:server && npm run -s test:random && npm run -s test:browser && npm run -s test:worker",
- "test:browser": "testcafe chrome ./test/browser.js",
- "test:random": "node -r babel-register -r babel-polyfill test/getRandomValue.test.js",
- "test:server": "tape -r babel-register -r babel-polyfill test/server.js",
- "test:worker": "browserify ./test/worker/worker.js -s cuid -o ./test/worker/worker.bundled.js && testcafe chrome ./test/worker.js --app \"http-server ./test/worker -s\"",
- "update": "updtr"
- },
- "unpkg": "dist/cuid.min.js",
- "version": "2.1.8"
- }
|