Blame view

node_modules/json5/package.json 1.85 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
  {
    "_args": [
      [
        "json5@0.5.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "json5@0.5.1",
    "_id": "json5@0.5.1",
    "_inBundle": false,
    "_integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
    "_location": "/json5",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "json5@0.5.1",
      "name": "json5",
      "escapedName": "json5",
      "rawSpec": "0.5.1",
      "saveSpec": null,
      "fetchSpec": "0.5.1"
    },
    "_requiredBy": [
      "/babel-core",
      "/html-webpack-plugin/loader-utils",
      "/loader-utils",
      "/webpack"
    ],
    "_resolved": "http://registry.npm.taobao.org/json5/download/json5-0.5.1.tgz",
    "_spec": "0.5.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Aseem Kishore",
      "email": "aseem.kishore@gmail.com"
    },
    "bin": {
      "json5": "lib/cli.js"
    },
    "bugs": {
      "url": "https://github.com/aseemk/json5/issues"
    },
    "contributors": [
      {
        "name": "Max Nanasy",
        "email": "max.nanasy@gmail.com"
      },
      {
        "name": "Andrew Eisenberg",
        "email": "andrew@eisenberg.as"
      },
      {
        "name": "Jordan Tucker",
        "email": "jordanbtucker@gmail.com"
      }
    ],
    "dependencies": {},
    "description": "JSON for the ES5 era.",
    "devDependencies": {
      "gulp": "^3.9.1",
      "gulp-jshint": "^2.0.1",
      "jshint": "^2.9.3",
      "jshint-stylish": "^2.2.1",
      "mocha": "^3.1.0"
    },
    "files": [
      "lib/"
    ],
    "homepage": "http://json5.org/",
    "keywords": [
      "json",
      "es5"
    ],
    "license": "MIT",
    "main": "lib/json5.js",
    "name": "json5",
    "repository": {
      "type": "git",
      "url": "git+https://github.com/aseemk/json5.git"
    },
    "scripts": {
      "build": "node ./lib/cli.js -c package.json5",
      "test": "mocha --ui exports --reporter spec"
    },
    "version": "0.5.1"
  }