doipjs/node_modules/nanoid/package.json
Yarmo Mackenbach e996bc8023 Initial commit
2020-10-23 22:35:53 +02:00

87 lines
2.2 KiB
JSON

{
"_from": "nanoid@3.1.12",
"_id": "nanoid@3.1.12",
"_inBundle": false,
"_integrity": "sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==",
"_location": "/nanoid",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nanoid@3.1.12",
"name": "nanoid",
"escapedName": "nanoid",
"rawSpec": "3.1.12",
"saveSpec": null,
"fetchSpec": "3.1.12"
},
"_requiredBy": [
"/mocha"
],
"_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.12.tgz",
"_shasum": "6f7736c62e8d39421601e4a0c77623a97ea69654",
"_spec": "nanoid@3.1.12",
"_where": "/home/yarmo/dev/keyoxide/doipjs/node_modules/mocha",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"bin": {
"nanoid": "bin/nanoid.cjs"
},
"browser": {
"./index.js": "./index.browser.js"
},
"bugs": {
"url": "https://github.com/ai/nanoid/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny (108 bytes), secure URL-friendly unique string ID generator",
"engines": {
"node": "^10 || ^12 || >=13.7"
},
"exports": {
".": {
"browser": "./index.browser.js",
"require": "./index.cjs",
"import": "./index.js"
},
"./package.json": "./package.json",
"./async/package.json": "./async/package.json",
"./async": {
"browser": "./async/index.browser.js",
"require": "./async/index.cjs",
"import": "./async/index.js"
},
"./non-secure/package.json": "./non-secure/package.json",
"./non-secure": {
"require": "./non-secure/index.cjs",
"import": "./non-secure/index.js"
},
"./url-alphabet/package.json": "./url-alphabet/package.json",
"./url-alphabet": {
"require": "./url-alphabet/index.cjs",
"import": "./url-alphabet/index.js"
}
},
"homepage": "https://github.com/ai/nanoid#readme",
"keywords": [
"uuid",
"random",
"id",
"url"
],
"license": "MIT",
"main": "index.cjs",
"module": "index.js",
"name": "nanoid",
"react-native": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ai/nanoid.git"
},
"sideEffects": false,
"type": "module",
"version": "3.1.12"
}