summaryrefslogtreecommitdiff
path: root/node_modules/jju/package.json
blob: ce3b9008f535aa6104c0feae130d684461efec0d (plain) (blame)
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
{
  "_from": "jju@^1.1.0",
  "_id": "[email protected]",
  "_inBundle": false,
  "_integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=",
  "_location": "/jju",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jju@^1.1.0",
    "name": "jju",
    "escapedName": "jju",
    "rawSpec": "^1.1.0",
    "saveSpec": null,
    "fetchSpec": "^1.1.0"
  },
  "_requiredBy": [
    "/json-parse-helpfulerror"
  ],
  "_resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz",
  "_shasum": "a3abe2718af241a2b2904f84a625970f389ae32a",
  "_spec": "jju@^1.1.0",
  "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\json-parse-helpfulerror",
  "author": {
    "name": "Alex Kocharin",
    "email": "[email protected]"
  },
  "bugs": {
    "url": "https://github.com/rlidwka/jju/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "a set of utilities to work with JSON / JSON5 documents",
  "devDependencies": {
    "eslint": "~0.4.2",
    "js-yaml": "^3.12.0",
    "mocha": "^5.2.0"
  },
  "homepage": "http://rlidwka.github.io/jju/",
  "keywords": [
    "json",
    "json5",
    "parser",
    "serializer",
    "data"
  ],
  "license": "MIT",
  "name": "jju",
  "repository": {
    "type": "git",
    "url": "git://github.com/rlidwka/jju.git"
  },
  "scripts": {
    "lint": "make lint",
    "test": "make test"
  },
  "version": "1.4.0"
}