Blame view

node_modules/rechoir/package.json 2.43 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  {
    "_args": [
      [
        "rechoir@0.6.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_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": [
      "/shelljs"
    ],
    "_resolved": "http://registry.npm.taobao.org/rechoir/download/rechoir-0.6.2.tgz",
    "_spec": "0.6.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "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"
    },
    "engines": {
      "node": ">= 0.10"
    },
    "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",
    "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"
  }