Blame view

node_modules/json3/package.json 2.64 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
118
119
120
121
122
123
124
125
126
127
128
129
  {
    "_args": [
      [
        "json3@3.3.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "json3@3.3.2",
    "_id": "json3@3.3.2",
    "_inBundle": false,
    "_integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=",
    "_location": "/json3",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "json3@3.3.2",
      "name": "json3",
      "escapedName": "json3",
      "rawSpec": "3.3.2",
      "saveSpec": null,
      "fetchSpec": "3.3.2"
    },
    "_requiredBy": [
      "/sockjs-client"
    ],
    "_resolved": "http://registry.npm.taobao.org/json3/download/json3-3.3.2.tgz",
    "_spec": "3.3.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Kit Cambridge",
      "email": "github@kitcambridge.be",
      "url": "http://kitcambridge.be/"
    },
    "bugs": {
      "url": "https://github.com/bestiejs/json3/issues"
    },
    "contributors": [
      {
        "name": "Mangled Deutz",
        "email": "olivier@webitup.fr",
        "url": "http://tech.roxee.tv/"
      },
      {
        "name": "Øyvind Sean Kinsey",
        "email": "oyvind@kinsey.no",
        "url": "http://fb.me/ok"
      },
      {
        "name": "Oskar Schöldström",
        "email": "public@oxy.fi",
        "url": "http://oxy.fi/"
      },
      {
        "name": "Kiryl Yermakou",
        "email": "rma4ok@gmail.com",
        "url": "https://github.com/rma4ok"
      }
    ],
    "description": "A modern JSON implementation compatible with nearly all JavaScript platforms.",
    "files": [
      "README.md",
      "LICENSE",
      "lib/json3.js",
      "lib/json3.min.js"
    ],
    "homepage": "http://bestiejs.github.io/json3",
    "jam": {
      "main": "./lib/json3.js",
      "includes": [
        "README.md",
        "LICENSE",
        "lib/json3.js",
        "lib/json3.min.js"
      ]
    },
    "keywords": [
      "json",
      "spec",
      "ecma",
      "es5",
      "lexer",
      "parser",
      "stringify"
    ],
    "licenses": [
      {
        "type": "MIT",
        "url": "http://kit.mit-license.org/"
      }
    ],
    "main": "./lib/json3",
    "maintainers": [
      {
        "name": "Kit Cambridge",
        "email": "github@kitcambridge.be",
        "url": "http://kitcambridge.be/"
      },
      {
        "name": "Benjamin Tan",
        "email": "demoneaux@gmail.com",
        "url": "http://d10.github.io/"
      }
    ],
    "name": "json3",
    "repository": {
      "type": "git",
      "url": "git://github.com/bestiejs/json3.git"
    },
    "scripts": {
      "test": "node test/test_*.js"
    },
    "version": "3.3.2",
    "volo": {
      "type": "directory",
      "ignore": [
        ".*",
        "build.js",
        "index.html",
        "component.json",
        "bower.json",
        "benchmark",
        "page",
        "test",
        "vendor"
      ]
    }
  }