blob: de7dea6f5d8febafd197cfd976e189cf939adba7 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "rechoir@^0.6.2",
3 "_id": "rechoir@0.6.2",
4 "_inBundle": false,
5 "_integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
6 "_location": "/rechoir",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "rechoir@^0.6.2",
12 "name": "rechoir",
13 "escapedName": "rechoir",
14 "rawSpec": "^0.6.2",
15 "saveSpec": null,
16 "fetchSpec": "^0.6.2"
17 },
18 "_requiredBy": [
19 "/liftoff"
20 ],
21 "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
22 "_shasum": "85204b54dba82d5742e28c96756ef43af50e3384",
23 "_spec": "rechoir@^0.6.2",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\liftoff",
25 "author": {
26 "name": "Tyler Kellen",
27 "url": "http://goingslowly.com/"
28 },
29 "bugs": {
30 "url": "https://github.com/tkellen/node-rechoir/issues"
31 },
32 "bundleDependencies": false,
33 "dependencies": {
34 "resolve": "^1.1.6"
35 },
36 "deprecated": false,
37 "description": "Require any supported file as a node module.",
38 "devDependencies": {
39 "babel": "^5.4.3",
40 "chai": "^2.3.0",
41 "coco": "^0.9.1",
42 "coffee-script": "^1.9.2",
43 "earlgrey": "0.0.9",
44 "iced-coffee-script": "^1.8.0-d",
45 "interpret": "^0.6.1",
46 "json5": "^0.4.0",
47 "livescript": "^1.4.0",
48 "mocha": "^2.2.5",
49 "node-jsx": "^0.13.3",
50 "require-csv": "0.0.1",
51 "require-ini": "0.0.1",
52 "require-uncached": "^1.0.2",
53 "require-xml": "0.0.1",
54 "require-yaml": "0.0.1",
55 "rimraf": "^2.3.4",
56 "semver": "^4.3.4",
57 "sinon": "^1.14.1",
58 "toml-require": "^1.0.1",
59 "typescript-register": "^1.1.0"
60 },
61 "engines": {
62 "node": ">= 0.10"
63 },
64 "homepage": "https://github.com/tkellen/node-rechoir",
65 "keywords": [
66 "require",
67 "cjsx",
68 "co",
69 "coco",
70 "coffee-script",
71 "coffee",
72 "coffee.md",
73 "csv",
74 "earlgrey",
75 "es",
76 "es6",
77 "iced",
78 "iced.md",
79 "iced-coffee-script",
80 "ini",
81 "js",
82 "json",
83 "json5",
84 "jsx",
85 "react",
86 "litcoffee",
87 "liticed",
88 "ls",
89 "livescript",
90 "toml",
91 "ts",
92 "typescript",
93 "xml",
94 "yaml",
95 "yml"
96 ],
97 "licenses": [
98 {
99 "type": "MIT",
100 "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
101 }
102 ],
103 "main": "index.js",
104 "name": "rechoir",
105 "repository": {
106 "type": "git",
107 "url": "git://github.com/tkellen/node-rechoir.git"
108 },
109 "scripts": {
110 "test": "mocha -R spec test/index.js"
111 },
112 "version": "0.6.2"
113}