72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"_from": "unique-string@^2.0.0",
|
|
"_id": "unique-string@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
|
|
"_location": "/unique-string",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "unique-string@^2.0.0",
|
|
"name": "unique-string",
|
|
"escapedName": "unique-string",
|
|
"rawSpec": "^2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/configstore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
|
|
"_shasum": "39c6451f81afb2749de2b233e3f7c5e8843bd89d",
|
|
"_spec": "unique-string@^2.0.0",
|
|
"_where": "D:\\Documents\\UniWork\\Year 4\\Semester 2\\SEG3125\\Labs\\Lab 6\\Survey_Analysis\\node_modules\\configstore",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/unique-string/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"crypto-random-string": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Generate a unique random string",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/unique-string#readme",
|
|
"keywords": [
|
|
"unique",
|
|
"string",
|
|
"random",
|
|
"text",
|
|
"id",
|
|
"identifier",
|
|
"slug",
|
|
"hex"
|
|
],
|
|
"license": "MIT",
|
|
"name": "unique-string",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/unique-string.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|