mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
77
node_modules/module-lookup-amd/package.json
generated
vendored
Normal file
77
node_modules/module-lookup-amd/package.json
generated
vendored
Normal file
@ -0,0 +1,77 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"module-lookup-amd@6.2.0",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "module-lookup-amd@6.2.0",
|
||||
"_id": "module-lookup-amd@6.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-uxHCj5Pw9psZiC1znjU2qPsubt6haCSsN9m7xmIdoTciEgfxUkE1vhtDvjHPuOXEZrVJhjKgkmkP+w73rRuelQ==",
|
||||
"_location": "/module-lookup-amd",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "module-lookup-amd@6.2.0",
|
||||
"name": "module-lookup-amd",
|
||||
"escapedName": "module-lookup-amd",
|
||||
"rawSpec": "6.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "6.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/filing-cabinet"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/module-lookup-amd/-/module-lookup-amd-6.2.0.tgz",
|
||||
"_spec": "6.2.0",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Joel Kemp",
|
||||
"email": "joel@mrjoelkemp.com"
|
||||
},
|
||||
"bin": {
|
||||
"lookup-amd": "bin/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mrjoelkemp/node-module-lookup-amd/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^2.8.1",
|
||||
"debug": "^4.1.0",
|
||||
"file-exists-dazinatorfork": "^1.0.2",
|
||||
"find": "^0.3.0",
|
||||
"requirejs": "^2.3.5",
|
||||
"requirejs-config-file": "^3.1.1"
|
||||
},
|
||||
"description": "Resolve aliased dependency paths using a RequireJS config",
|
||||
"devDependencies": {
|
||||
"jscs": "~2.11.0",
|
||||
"jscs-preset-mrjoelkemp": "~1.0.0",
|
||||
"mocha": "^5.2.0",
|
||||
"rewire": "^4.0.1",
|
||||
"sinon": "^7.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mrjoelkemp/node-module-lookup-amd",
|
||||
"keywords": [
|
||||
"amd",
|
||||
"module",
|
||||
"lookup",
|
||||
"alias"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "module-lookup-amd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mrjoelkemp/node-module-lookup-amd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jscs index.js test bin && mocha test/test.js"
|
||||
},
|
||||
"version": "6.2.0"
|
||||
}
|
Reference in New Issue
Block a user