You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
257 lines
6.4 KiB
257 lines
6.4 KiB
{ |
|
"_args": [ |
|
[ |
|
"resolve@^1.1.7", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/liftoff" |
|
] |
|
], |
|
"_from": "resolve@>=1.1.7 <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.1.7", |
|
"rawSpec": "^1.1.7", |
|
"scope": null, |
|
"spec": ">=1.1.7 <2.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/liftoff", |
|
"/rechoir" |
|
], |
|
"_resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz", |
|
"_shasum": "82f1ec19a423ac1fbd080b0bab06ba36e84a7a26", |
|
"_shrinkwrap": null, |
|
"_spec": "resolve@^1.1.7", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/liftoff", |
|
"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": [ |
|
"resolve", |
|
"require", |
|
"node", |
|
"module" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"maintainers": [ |
|
{ |
|
"email": "michael.williams@enspiral.com", |
|
"name": "ahdinosaur" |
|
}, |
|
{ |
|
"email": "vestibule@anandthakker.net", |
|
"name": "anandthakker" |
|
}, |
|
{ |
|
"email": "darawk@gmail.com", |
|
"name": "ashaffer88" |
|
}, |
|
{ |
|
"email": "b@lupton.cc", |
|
"name": "balupton" |
|
}, |
|
{ |
|
"email": "post.ben.here@gmail.com", |
|
"name": "bpostlethwaite" |
|
}, |
|
{ |
|
"email": "bcomnes@gmail.com", |
|
"name": "bret" |
|
}, |
|
{ |
|
"email": "calvin.metcalf@gmail.com", |
|
"name": "cwmma" |
|
}, |
|
{ |
|
"email": "npm@dcousens.com", |
|
"name": "dcousens" |
|
}, |
|
{ |
|
"email": "dominic.tarr@gmail.com", |
|
"name": "dominictarr" |
|
}, |
|
{ |
|
"email": "contact@elnounch.net", |
|
"name": "elnounch" |
|
}, |
|
{ |
|
"email": "github@tixz.dk", |
|
"name": "emilbayes" |
|
}, |
|
{ |
|
"email": "feross@feross.org", |
|
"name": "feross" |
|
}, |
|
{ |
|
"email": "forbes@lindesay.co.uk", |
|
"name": "forbeslindesay" |
|
}, |
|
{ |
|
"email": "pereira.filype@gmail.com", |
|
"name": "fpereira1" |
|
}, |
|
{ |
|
"email": "garann@gmail.com", |
|
"name": "garann" |
|
}, |
|
{ |
|
"email": "me@gkatsev.com", |
|
"name": "gkatsev" |
|
}, |
|
{ |
|
"email": "rene@kooi.me", |
|
"name": "goto-bus-stop" |
|
}, |
|
{ |
|
"email": "hughskennedy@gmail.com", |
|
"name": "hughsk" |
|
}, |
|
{ |
|
"email": "fedor@indutny.com", |
|
"name": "indutny" |
|
}, |
|
{ |
|
"email": "npm-public@jessemccarthy.net", |
|
"name": "jmm" |
|
}, |
|
{ |
|
"email": "jprichardson@gmail.com", |
|
"name": "jprichardson" |
|
}, |
|
{ |
|
"email": "jryans@gmail.com", |
|
"name": "jryans" |
|
}, |
|
{ |
|
"email": "martin.heidegger@gmail.com", |
|
"name": "leichtgewicht" |
|
}, |
|
{ |
|
"email": "ljharb@gmail.com", |
|
"name": "ljharb" |
|
}, |
|
{ |
|
"email": "mathiasbuus@gmail.com", |
|
"name": "mafintosh" |
|
}, |
|
{ |
|
"email": "dave.des@gmail.com", |
|
"name": "mattdesl" |
|
}, |
|
{ |
|
"email": "max@maxogden.com", |
|
"name": "maxogden" |
|
}, |
|
{ |
|
"email": "palmermebane@gmail.com", |
|
"name": "mellowmelon" |
|
}, |
|
{ |
|
"email": "parshap+npm@gmail.com", |
|
"name": "parshap" |
|
}, |
|
{ |
|
"email": "peteris.krumins@gmail.com", |
|
"name": "pkrumins" |
|
}, |
|
{ |
|
"email": "sethvincent@gmail.com", |
|
"name": "sethvincent" |
|
}, |
|
{ |
|
"email": "maochenyan@gmail.com", |
|
"name": "stevemao" |
|
}, |
|
{ |
|
"email": "substack@gmail.com", |
|
"name": "substack" |
|
}, |
|
{ |
|
"email": "me@JoshDuff.com", |
|
"name": "tehshrike" |
|
}, |
|
{ |
|
"email": "terinjokes@gmail.com", |
|
"name": "terinjokes" |
|
}, |
|
{ |
|
"email": "thlorenz@gmx.de", |
|
"name": "thlorenz" |
|
}, |
|
{ |
|
"email": "ungoldman@gmail.com", |
|
"name": "ungoldman" |
|
}, |
|
{ |
|
"email": "yerko.palma@usach.cl", |
|
"name": "yerkopalma" |
|
}, |
|
{ |
|
"email": "yoshuawuyts@gmail.com", |
|
"name": "yoshuawuyts" |
|
}, |
|
{ |
|
"email": "zertosh@gmail.com", |
|
"name": "zertosh" |
|
} |
|
], |
|
"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" |
|
}
|
|
|