work.suroh.tk/node_modules/module-lookup-amd/package.json

75 lines
2.0 KiB
JSON
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"_from": "module-lookup-amd@^6.1.0",
"_id": "module-lookup-amd@6.2.0",
"_inBundle": false,
"_integrity": "sha512-uxHCj5Pw9psZiC1znjU2qPsubt6haCSsN9m7xmIdoTciEgfxUkE1vhtDvjHPuOXEZrVJhjKgkmkP+w73rRuelQ==",
"_location": "/module-lookup-amd",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "module-lookup-amd@^6.1.0",
"name": "module-lookup-amd",
"escapedName": "module-lookup-amd",
"rawSpec": "^6.1.0",
"saveSpec": null,
"fetchSpec": "^6.1.0"
},
"_requiredBy": [
"/filing-cabinet"
],
"_resolved": "https://registry.npmjs.org/module-lookup-amd/-/module-lookup-amd-6.2.0.tgz",
"_shasum": "70600008b3f26630fde9ef9ae6165ac69de6ecbb",
"_spec": "module-lookup-amd@^6.1.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/filing-cabinet",
"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"
},
"bundleDependencies": false,
"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"
},
"deprecated": false,
"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"
}