Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
72
node_modules/rechoir/package.json
generated
vendored
72
node_modules/rechoir/package.json
generated
vendored
|
@ -1,35 +1,43 @@
|
|||
{
|
||||
"name": "rechoir",
|
||||
"description": "Require any supported file as a node module.",
|
||||
"version": "0.6.2",
|
||||
"homepage": "https://github.com/tkellen/node-rechoir",
|
||||
"_args": [
|
||||
[
|
||||
"rechoir@0.6.2",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "rechoir@0.6.2",
|
||||
"_id": "rechoir@0.6.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
|
||||
"_location": "/rechoir",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "rechoir@0.6.2",
|
||||
"name": "rechoir",
|
||||
"escapedName": "rechoir",
|
||||
"rawSpec": "0.6.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.6.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/liftoff"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
|
||||
"_spec": "0.6.2",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Tyler Kellen",
|
||||
"url": "http://goingslowly.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/tkellen/node-rechoir.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/tkellen/node-rechoir/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R spec test/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"resolve": "^1.1.6"
|
||||
},
|
||||
"description": "Require any supported file as a node module.",
|
||||
"devDependencies": {
|
||||
"babel": "^5.4.3",
|
||||
"chai": "^2.3.0",
|
||||
|
@ -53,6 +61,10 @@
|
|||
"toml-require": "^1.0.1",
|
||||
"typescript-register": "^1.1.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"homepage": "https://github.com/tkellen/node-rechoir",
|
||||
"keywords": [
|
||||
"require",
|
||||
"cjsx",
|
||||
|
@ -84,5 +96,21 @@
|
|||
"xml",
|
||||
"yaml",
|
||||
"yml"
|
||||
]
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "index.js",
|
||||
"name": "rechoir",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/tkellen/node-rechoir.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R spec test/index.js"
|
||||
},
|
||||
"version": "0.6.2"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue