mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
62
node_modules/app-module-path/package.json
generated
vendored
Normal file
62
node_modules/app-module-path/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"_from": "app-module-path@^2.1.0",
|
||||
"_id": "app-module-path@2.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-ZBqlXft9am8KgUHEucCqULbCTdU=",
|
||||
"_location": "/app-module-path",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "app-module-path@^2.1.0",
|
||||
"name": "app-module-path",
|
||||
"escapedName": "app-module-path",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/loadware"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/app-module-path/-/app-module-path-2.2.0.tgz",
|
||||
"_shasum": "641aa55dfb7d6a6f0a8141c4b9c0aa50b6c24dd5",
|
||||
"_spec": "app-module-path@^2.1.0",
|
||||
"_where": "/home/runner/Socketio-Chat-Template/node_modules/loadware",
|
||||
"author": {
|
||||
"name": "Patrick Steele-Idem",
|
||||
"email": "pnidem@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/patrick-steele-idem/app-module-path-node/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Simple module to add additional directories to the Node module search for top-level app modules",
|
||||
"devDependencies": {
|
||||
"chai": "^3.5.0",
|
||||
"mocha": "^3.2.0"
|
||||
},
|
||||
"ebay": {},
|
||||
"homepage": "https://github.com/patrick-steele-idem/app-module-path-node",
|
||||
"keywords": [
|
||||
"modules",
|
||||
"path",
|
||||
"node",
|
||||
"extend",
|
||||
"resolve"
|
||||
],
|
||||
"license": "BSD-2-Clause",
|
||||
"main": "lib/index.js",
|
||||
"name": "app-module-path",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/patrick-steele-idem/app-module-path-node.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test/test.js && ./node_modules/mocha/bin/mocha test/test2.js"
|
||||
},
|
||||
"version": "2.2.0"
|
||||
}
|
Reference in New Issue
Block a user