{ "_from": "ulid@^2.3.0", "_id": "ulid@2.3.0", "_inBundle": false, "_integrity": "sha512-keqHubrlpvT6G2wH0OEfSW4mquYRcbe/J8NMmveoQOjUqmo+hXtO+ORCpWhdbZ7k72UtY61BL7haGxW6enBnjw==", "_location": "/ulid", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ulid@^2.3.0", "name": "ulid", "escapedName": "ulid", "rawSpec": "^2.3.0", "saveSpec": null, "fetchSpec": "^2.3.0" }, "_requiredBy": [ "/prettier-plugin-go-template" ], "_resolved": "https://registry.npmjs.org/ulid/-/ulid-2.3.0.tgz", "_shasum": "93063522771a9774121a84d126ecd3eb9804071f", "_spec": "ulid@^2.3.0", "_where": "/home/kossa/projects/knaeckeboot-tailwind/node_modules/prettier-plugin-go-template", "author": { "name": "Alizain Feerasta" }, "bin": { "ulid": "bin/cli.js" }, "browser": { "crypto": "./stubs/crypto.js" }, "bugs": { "url": "https://github.com/ulid/javascript/issues" }, "bundleDependencies": false, "deprecated": false, "description": "A universally-unique, lexicographically-sortable, identifier generator", "devDependencies": { "@types/node": "^8.0.47", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "istanbul": "^0.4.4", "lolex": "^2.1.3", "matcha": "^0.7.0", "mocha": "^2.5.3", "rollup": "^0.50.0", "rollup-plugin-babel": "^3.0.2", "rollup-plugin-typescript": "^0.8.1", "typedoc": "^0.9.0", "typescript": "^2.5.3" }, "esnext": "./dist/index.js", "files": [ "bin", "dist", "stubs" ], "homepage": "https://github.com/ulid/javascript#readme", "license": "MIT", "main": "./dist/index.umd.js", "module": "./dist/index.esm.js", "name": "ulid", "repository": { "type": "git", "url": "git+https://github.com/ulid/javascript.git" }, "scripts": { "build": "npm run ts && npm run rollup", "perf": "matcha perf.js", "rollup": "rollup -c", "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec", "ts": "tsc -p ." }, "types": "./dist/index.d.ts", "version": "2.3.0" }