mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
106
node_modules/package-json/package.json
generated
vendored
Normal file
106
node_modules/package-json/package.json
generated
vendored
Normal file
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"package-json@^4.0.0",
|
||||
"/home/beppe/Github/yahooApi/node_modules/latest-version"
|
||||
]
|
||||
],
|
||||
"_from": "package-json@>=4.0.0 <5.0.0",
|
||||
"_id": "package-json@4.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/package-json",
|
||||
"_nodeVersion": "4.7.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/package-json-4.0.1.tgz_1492413595681_0.06575552024878561"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "sindresorhus"
|
||||
},
|
||||
"_npmVersion": "2.15.11",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "package-json",
|
||||
"raw": "package-json@^4.0.0",
|
||||
"rawSpec": "^4.0.0",
|
||||
"scope": null,
|
||||
"spec": ">=4.0.0 <5.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/latest-version"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
|
||||
"_shasum": "8869a0401253661c4c4ca3da6c2121ed555f5eed",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "package-json@^4.0.0",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/latest-version",
|
||||
"author": {
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"name": "Sindre Sorhus",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/package-json/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"got": "^6.7.1",
|
||||
"registry-auth-token": "^3.0.1",
|
||||
"registry-url": "^3.0.3",
|
||||
"semver": "^5.1.0"
|
||||
},
|
||||
"description": "Get metadata of a package from the npm registry",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"mock-private-registry": "^1.1.0",
|
||||
"xo": "*"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "8869a0401253661c4c4ca3da6c2121ed555f5eed",
|
||||
"tarball": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"gitHead": "2312d0437c16d7117d354ae76f640c5ac25fe0e0",
|
||||
"homepage": "https://github.com/sindresorhus/package-json#readme",
|
||||
"keywords": [
|
||||
"json",
|
||||
"module",
|
||||
"npm",
|
||||
"package",
|
||||
"package.json",
|
||||
"pkg",
|
||||
"registry",
|
||||
"scope",
|
||||
"scoped"
|
||||
],
|
||||
"license": "MIT",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "rexxars",
|
||||
"email": "rexxars@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "sindresorhus@gmail.com"
|
||||
}
|
||||
],
|
||||
"name": "package-json",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/package-json.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "4.0.1"
|
||||
}
|
Reference in New Issue
Block a user