Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « jju « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08ad358680b4cb137d0d152c3a2c5b9f18b5a6f7 (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
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": [
    [
      "jju@^1.1.0",
      "/Users/rebecca/code/npm/node_modules/json-parse-helpfulerror"
    ]
  ],
  "_from": "jju@>=1.1.0 <2.0.0",
  "_id": "jju@1.2.0",
  "_inCache": true,
  "_location": "/jju",
  "_nodeVersion": "1.1.1",
  "_npmUser": {
    "email": "alex@kocharin.ru",
    "name": "rlidwka"
  },
  "_npmVersion": "2.0.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "jju",
    "raw": "jju@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/json-parse-helpfulerror"
  ],
  "_resolved": "https://registry.npmjs.org/jju/-/jju-1.2.0.tgz",
  "_shasum": "add5b586fec853b44929d78bf94864ab577c02e9",
  "_shrinkwrap": null,
  "_spec": "jju@^1.1.0",
  "_where": "/Users/rebecca/code/npm/node_modules/json-parse-helpfulerror",
  "author": {
    "email": "alex@kocharin.ru",
    "name": "Alex Kocharin"
  },
  "bugs": {
    "url": "https://github.com/rlidwka/jju/issues"
  },
  "dependencies": {},
  "description": "a set of utilities to work with JSON / JSON5 documents",
  "devDependencies": {
    "eslint": "~0.4.2",
    "js-yaml": ">=3.1.0",
    "mocha": ">=1.21.0"
  },
  "directories": {},
  "dist": {
    "shasum": "add5b586fec853b44929d78bf94864ab577c02e9",
    "tarball": "http://registry.npmjs.org/jju/-/jju-1.2.0.tgz"
  },
  "gitHead": "6f1b2a8321cb0dfcffc50378b3632853cf529671",
  "homepage": "http://rlidwka.github.io/jju/",
  "keywords": [
    "data",
    "json",
    "json5",
    "parser",
    "serializer"
  ],
  "license": {
    "type": "WTFPL",
    "url": "http://www.wtfpl.net/txt/copying/"
  },
  "maintainers": [
    {
      "name": "rlidwka",
      "email": "alex@kocharin.ru"
    }
  ],
  "name": "jju",
  "optionalDependencies": {},
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rlidwka/jju"
  },
  "scripts": {
    "lint": "eslint -c ./.eslint.yaml ./lib",
    "test": "mocha test/*.js"
  },
  "version": "1.2.0"
}