mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
104 lines
2.4 KiB
JSON
104 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"unique-string@^1.0.0",
|
|
"/home/beppe/Github/yahooApi/node_modules/configstore"
|
|
]
|
|
],
|
|
"_from": "unique-string@>=1.0.0 <2.0.0",
|
|
"_id": "unique-string@1.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/unique-string",
|
|
"_nodeVersion": "4.6.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/unique-string-1.0.0.tgz_1479097654250_0.7648377516306937"
|
|
},
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.15.9",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "unique-string",
|
|
"raw": "unique-string@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/configstore"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
|
|
"_shasum": "9e1057cca851abb93398f8b33ae187b99caec11a",
|
|
"_shrinkwrap": null,
|
|
"_spec": "unique-string@^1.0.0",
|
|
"_where": "/home/beppe/Github/yahooApi/node_modules/configstore",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/unique-string/issues"
|
|
},
|
|
"dependencies": {
|
|
"crypto-random-string": "^1.0.0"
|
|
},
|
|
"description": "Generate a unique random string",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "9e1057cca851abb93398f8b33ae187b99caec11a",
|
|
"tarball": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "157a6b74fb44cf5d4ee2aa579502b967edbf4203",
|
|
"homepage": "https://github.com/sindresorhus/unique-string#readme",
|
|
"keywords": [
|
|
"hex",
|
|
"id",
|
|
"identifier",
|
|
"rand",
|
|
"random",
|
|
"slug",
|
|
"str",
|
|
"string",
|
|
"text",
|
|
"uniq",
|
|
"unique"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "unique-string",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/unique-string.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|