258 lines
6.4 KiB
JSON
258 lines
6.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"resolve@^1.5.0",
|
|
"/home/bernhard/freifunk-app/node_modules/metro"
|
|
]
|
|
],
|
|
"_from": "resolve@>=1.5.0 <2.0.0",
|
|
"_id": "resolve@1.8.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/resolve",
|
|
"_nodeVersion": "10.4.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/resolve_1.8.1_1529260059580_0.8035259400498278"
|
|
},
|
|
"_npmUser": {
|
|
"email": "ljharb@gmail.com",
|
|
"name": "ljharb"
|
|
},
|
|
"_npmVersion": "6.1.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "resolve",
|
|
"raw": "resolve@^1.5.0",
|
|
"rawSpec": "^1.5.0",
|
|
"scope": null,
|
|
"spec": ">=1.5.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/metro"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz",
|
|
"_shasum": "82f1ec19a423ac1fbd080b0bab06ba36e84a7a26",
|
|
"_shrinkwrap": null,
|
|
"_spec": "resolve@^1.5.0",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/metro",
|
|
"author": {
|
|
"email": "mail@substack.net",
|
|
"name": "James Halliday",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/browserify/resolve/issues"
|
|
},
|
|
"dependencies": {
|
|
"path-parse": "^1.0.5"
|
|
},
|
|
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
|
|
"devDependencies": {
|
|
"@ljharb/eslint-config": "^12.2.1",
|
|
"eslint": "^4.19.1",
|
|
"object-keys": "^1.0.11",
|
|
"safe-publish-latest": "^1.1.1",
|
|
"tap": "0.4.13",
|
|
"tape": "^4.9.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"fileCount": 75,
|
|
"integrity": "sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==",
|
|
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbJqgcCRA9TVsSAnZWagAASdEP/0buJQqIMth2dWI2KEtp\nS7MimpOijMWwCmrTmwyCMiS9d6wVktFJmLLWHYmDwKQS6PoglJ7DqFEDrj4c\ncd2yuK3pZebQ0EQ/Y+qSJ9Z+hjkKviEINgZAp/KuaWuBmJyv+jXnrazrfN3a\nEa5EDv8j98vYwM0jSpW/FBIbxg7/vLRHEZCRtKxBCDeT0P0Wi9xtHBGJXSqg\nV5ivkTnOW0f59BD8iAuMAHgQmnfNKl3x9QGx8IjwYv9o96dmK54PdKrYKcKT\ncjXgV2wWc8VPmJdPTaIJDp0NI2/RF9OMlVMGLQE41XX+56cGuIABQTrMSaXb\npHWYJVpN0n/SLR1ApIB0i+boCKMQ/89QEPxUykcjiQCwoWZfv1+OGnOvL1Fd\njPFf+oSfSfOvr+tivcGfl6QFTaV7A+svLijhSIgtTlrWVcQ933KHH14wEHo5\nb3JUpsCa2E04R2l1Jc17jC3HUTqX8UvIYPv8goayEPa42A8/skZlTSo73AGh\nY7PLfvT3VC9AI7XBoCWBTMSGrMVkmsOdu33WVDUkULHf9vFvwqJ5D9yAMgbo\nWvCYCjerYufkYvuFfyMqRMo5tRcjLPX93ZHcnhNLZ9bvSUo4x+mG3o87On4Q\nw4nliih1/pk1iN32s6pelyG/xVleZGnJtPaKKgFOXdVAFyH7LJMMvqelK8Pu\ntjce\r\n=D30K\r\n-----END PGP SIGNATURE-----\r\n",
|
|
"shasum": "82f1ec19a423ac1fbd080b0bab06ba36e84a7a26",
|
|
"tarball": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz",
|
|
"unpackedSize": 78538
|
|
},
|
|
"gitHead": "b5fc91bf59e6da3aafedc8a8ae4ce53907c06069",
|
|
"homepage": "https://github.com/browserify/resolve#readme",
|
|
"keywords": [
|
|
"module",
|
|
"node",
|
|
"require",
|
|
"resolve"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "jprichardson",
|
|
"email": "jprichardson@gmail.com"
|
|
},
|
|
{
|
|
"name": "ahdinosaur",
|
|
"email": "michael.williams@enspiral.com"
|
|
},
|
|
{
|
|
"name": "ashaffer88",
|
|
"email": "darawk@gmail.com"
|
|
},
|
|
{
|
|
"name": "balupton",
|
|
"email": "b@lupton.cc"
|
|
},
|
|
{
|
|
"name": "bpostlethwaite",
|
|
"email": "post.ben.here@gmail.com"
|
|
},
|
|
{
|
|
"name": "bret",
|
|
"email": "bcomnes@gmail.com"
|
|
},
|
|
{
|
|
"name": "cwmma",
|
|
"email": "calvin.metcalf@gmail.com"
|
|
},
|
|
{
|
|
"name": "dcousens",
|
|
"email": "npm@dcousens.com"
|
|
},
|
|
{
|
|
"name": "dominictarr",
|
|
"email": "dominic.tarr@gmail.com"
|
|
},
|
|
{
|
|
"name": "elnounch",
|
|
"email": "contact@elnounch.net"
|
|
},
|
|
{
|
|
"name": "emilbayes",
|
|
"email": "github@tixz.dk"
|
|
},
|
|
{
|
|
"name": "feross",
|
|
"email": "feross@feross.org"
|
|
},
|
|
{
|
|
"name": "forbeslindesay",
|
|
"email": "forbes@lindesay.co.uk"
|
|
},
|
|
{
|
|
"name": "fpereira1",
|
|
"email": "pereira.filype@gmail.com"
|
|
},
|
|
{
|
|
"name": "garann",
|
|
"email": "garann@gmail.com"
|
|
},
|
|
{
|
|
"name": "gkatsev",
|
|
"email": "me@gkatsev.com"
|
|
},
|
|
{
|
|
"name": "goto-bus-stop",
|
|
"email": "rene@kooi.me"
|
|
},
|
|
{
|
|
"name": "hughsk",
|
|
"email": "hughskennedy@gmail.com"
|
|
},
|
|
{
|
|
"name": "indutny",
|
|
"email": "fedor@indutny.com"
|
|
},
|
|
{
|
|
"name": "jmm",
|
|
"email": "npm-public@jessemccarthy.net"
|
|
},
|
|
{
|
|
"name": "anandthakker",
|
|
"email": "vestibule@anandthakker.net"
|
|
},
|
|
{
|
|
"name": "jryans",
|
|
"email": "jryans@gmail.com"
|
|
},
|
|
{
|
|
"name": "leichtgewicht",
|
|
"email": "martin.heidegger@gmail.com"
|
|
},
|
|
{
|
|
"name": "ljharb",
|
|
"email": "ljharb@gmail.com"
|
|
},
|
|
{
|
|
"name": "mafintosh",
|
|
"email": "mathiasbuus@gmail.com"
|
|
},
|
|
{
|
|
"name": "mattdesl",
|
|
"email": "dave.des@gmail.com"
|
|
},
|
|
{
|
|
"name": "maxogden",
|
|
"email": "max@maxogden.com"
|
|
},
|
|
{
|
|
"name": "mellowmelon",
|
|
"email": "palmermebane@gmail.com"
|
|
},
|
|
{
|
|
"name": "parshap",
|
|
"email": "parshap+npm@gmail.com"
|
|
},
|
|
{
|
|
"name": "pkrumins",
|
|
"email": "peteris.krumins@gmail.com"
|
|
},
|
|
{
|
|
"name": "sethvincent",
|
|
"email": "sethvincent@gmail.com"
|
|
},
|
|
{
|
|
"name": "stevemao",
|
|
"email": "maochenyan@gmail.com"
|
|
},
|
|
{
|
|
"name": "substack",
|
|
"email": "substack@gmail.com"
|
|
},
|
|
{
|
|
"name": "tehshrike",
|
|
"email": "me@JoshDuff.com"
|
|
},
|
|
{
|
|
"name": "terinjokes",
|
|
"email": "terinjokes@gmail.com"
|
|
},
|
|
{
|
|
"name": "thlorenz",
|
|
"email": "thlorenz@gmx.de"
|
|
},
|
|
{
|
|
"name": "ungoldman",
|
|
"email": "ungoldman@gmail.com"
|
|
},
|
|
{
|
|
"name": "yerkopalma",
|
|
"email": "yerko.palma@usach.cl"
|
|
},
|
|
{
|
|
"name": "yoshuawuyts",
|
|
"email": "yoshuawuyts@gmail.com"
|
|
},
|
|
{
|
|
"name": "zertosh",
|
|
"email": "zertosh@gmail.com"
|
|
}
|
|
],
|
|
"name": "resolve",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/browserify/resolve.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"prepublish": "safe-publish-latest",
|
|
"pretest": "npm run lint",
|
|
"test": "npm run --silent tests-only",
|
|
"tests-only": "tape test/*.js"
|
|
},
|
|
"version": "1.8.1"
|
|
}
|