aboutsummaryrefslogtreecommitdiff
path: root/node_modules/rechoir/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/rechoir/package.json
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
downloadwallet-core-abd94a7f5a50f43c797a11b53549ae48fff667c3.tar.xz
add node_modules to address #4364
Diffstat (limited to 'node_modules/rechoir/package.json')
-rw-r--r--node_modules/rechoir/package.json148
1 files changed, 148 insertions, 0 deletions
diff --git a/node_modules/rechoir/package.json b/node_modules/rechoir/package.json
new file mode 100644
index 000000000..3d48cd352
--- /dev/null
+++ b/node_modules/rechoir/package.json
@@ -0,0 +1,148 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "rechoir@^0.6.2",
+ "scope": null,
+ "escapedName": "rechoir",
+ "name": "rechoir",
+ "rawSpec": "^0.6.2",
+ "spec": ">=0.6.2 <0.7.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/liftoff"
+ ]
+ ],
+ "_from": "rechoir@>=0.6.2 <0.7.0",
+ "_id": "rechoir@0.6.2",
+ "_inCache": true,
+ "_location": "/rechoir",
+ "_nodeVersion": "0.12.4",
+ "_npmUser": {
+ "name": "tkellen",
+ "email": "tyler@sleekcode.net"
+ },
+ "_npmVersion": "2.7.4",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "rechoir@^0.6.2",
+ "scope": null,
+ "escapedName": "rechoir",
+ "name": "rechoir",
+ "rawSpec": "^0.6.2",
+ "spec": ">=0.6.2 <0.7.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/liftoff"
+ ],
+ "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
+ "_shasum": "85204b54dba82d5742e28c96756ef43af50e3384",
+ "_shrinkwrap": null,
+ "_spec": "rechoir@^0.6.2",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/liftoff",
+ "author": {
+ "name": "Tyler Kellen",
+ "url": "http://goingslowly.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/tkellen/node-rechoir/issues"
+ },
+ "dependencies": {
+ "resolve": "^1.1.6"
+ },
+ "description": "Require any supported file as a node module.",
+ "devDependencies": {
+ "babel": "^5.4.3",
+ "chai": "^2.3.0",
+ "coco": "^0.9.1",
+ "coffee-script": "^1.9.2",
+ "earlgrey": "0.0.9",
+ "iced-coffee-script": "^1.8.0-d",
+ "interpret": "^0.6.1",
+ "json5": "^0.4.0",
+ "livescript": "^1.4.0",
+ "mocha": "^2.2.5",
+ "node-jsx": "^0.13.3",
+ "require-csv": "0.0.1",
+ "require-ini": "0.0.1",
+ "require-uncached": "^1.0.2",
+ "require-xml": "0.0.1",
+ "require-yaml": "0.0.1",
+ "rimraf": "^2.3.4",
+ "semver": "^4.3.4",
+ "sinon": "^1.14.1",
+ "toml-require": "^1.0.1",
+ "typescript-register": "^1.1.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "85204b54dba82d5742e28c96756ef43af50e3384",
+ "tarball": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ },
+ "gitHead": "1aafd85aac487171be71891b916c9136c620ac0e",
+ "homepage": "https://github.com/tkellen/node-rechoir",
+ "keywords": [
+ "require",
+ "cjsx",
+ "co",
+ "coco",
+ "coffee-script",
+ "coffee",
+ "coffee.md",
+ "csv",
+ "earlgrey",
+ "es",
+ "es6",
+ "iced",
+ "iced.md",
+ "iced-coffee-script",
+ "ini",
+ "js",
+ "json",
+ "json5",
+ "jsx",
+ "react",
+ "litcoffee",
+ "liticed",
+ "ls",
+ "livescript",
+ "toml",
+ "ts",
+ "typescript",
+ "xml",
+ "yaml",
+ "yml"
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
+ }
+ ],
+ "main": "index.js",
+ "maintainers": [
+ {
+ "name": "tkellen",
+ "email": "tyler@sleekcode.net"
+ },
+ {
+ "name": "phated",
+ "email": "blaine@iceddev.com"
+ }
+ ],
+ "name": "rechoir",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/tkellen/node-rechoir.git"
+ },
+ "scripts": {
+ "test": "mocha -R spec test/index.js"
+ },
+ "version": "0.6.2"
+}