Files
async-programming-promises/node_modules/nanoid/package.json
2019-10-23 07:41:03 -05:00

67 lines
1.7 KiB
JSON

{
"_from": "nanoid@^2.1.0",
"_id": "nanoid@2.1.4",
"_inBundle": false,
"_integrity": "sha512-PijW88Ry+swMFfArOrm7uRAdVmJilLbej7WwVY6L5QwLDckqxSOinGGMV596yp5C8+MH3VvCXCSZ6AodGtKrYQ==",
"_location": "/nanoid",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nanoid@^2.1.0",
"name": "nanoid",
"escapedName": "nanoid",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/json-server"
],
"_resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.1.4.tgz",
"_shasum": "c38b2c1f7f4c60cde2291f40854420328d0d621e",
"_spec": "nanoid@^2.1.0",
"_where": "/Users/nate/code/pluralsight/async-programming-promises/node_modules/json-server",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"browser": {
"./index.js": "./index.browser.js",
"./random.js": "./random.browser.js",
"./async/index.js": "./async/index.browser.js",
"./async/random.js": "./async/random.browser.js"
},
"bugs": {
"url": "https://github.com/ai/nanoid/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A tiny (139 bytes), secure URL-friendly unique string ID generator",
"eslintIgnore": [
"test/demo/build"
],
"homepage": "https://github.com/ai/nanoid#readme",
"keywords": [
"uuid",
"random",
"id",
"url"
],
"license": "MIT",
"name": "nanoid",
"react-native": {
"./async/random.js": "./async/random.rn.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ai/nanoid.git"
},
"sharec": {
"config": "@logux/sharec-config",
"version": "0.5.3"
},
"sideEffects": false,
"version": "2.1.4"
}