summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/read-package-json/node_modules/json-parse-helpfulerror/node_modules/jju/package.json
blob: ed34885e26881ba307951fce5ddc7624e09c493f (plain)
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
{
  "name": "jju",
  "version": "1.2.0",
  "description": "a set of utilities to work with JSON / JSON5 documents",
  "author": {
    "name": "Alex Kocharin",
    "email": "alex@kocharin.ru"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rlidwka/jju.git"
  },
  "bugs": {
    "url": "https://github.com/rlidwka/jju/issues"
  },
  "homepage": "http://rlidwka.github.io/jju/",
  "devDependencies": {
    "mocha": ">=1.21.0",
    "js-yaml": ">=3.1.0",
    "eslint": "~0.4.2"
  },
  "scripts": {
    "test": "mocha test/*.js",
    "lint": "eslint -c ./.eslint.yaml ./lib"
  },
  "keywords": [
    "json",
    "json5",
    "parser",
    "serializer",
    "data"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": {
    "type": "WTFPL",
    "url": "http://www.wtfpl.net/txt/copying/"
  },
  "gitHead": "6f1b2a8321cb0dfcffc50378b3632853cf529671",
  "_id": "jju@1.2.0",
  "_shasum": "add5b586fec853b44929d78bf94864ab577c02e9",
  "_from": "jju@>=1.1.0 <2.0.0",
  "_npmVersion": "2.0.1",
  "_nodeVersion": "1.1.1",
  "_npmUser": {
    "name": "rlidwka",
    "email": "alex@kocharin.ru"
  },
  "maintainers": [
    {
      "name": "rlidwka",
      "email": "alex@kocharin.ru"
    }
  ],
  "dist": {
    "shasum": "add5b586fec853b44929d78bf94864ab577c02e9",
    "tarball": "http://registry.npmjs.org/jju/-/jju-1.2.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/jju/-/jju-1.2.0.tgz",
  "readme": "ERROR: No README data found!"
}