summaryrefslogtreecommitdiff
path: root/spec/fixtures/expected/js/npm/v1.0.json
blob: fecd1ac220bd24a56e3bc60efa0a377ba8dcc80e (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
{
  "licenses": [
    {
      "count": 2,
      "name": "MIT"
    },
    {
      "count": 1,
      "name": "New BSD"
    },
    {
      "count": 1,
      "name": "New BSD, MIT"
    }
  ],
  "dependencies": [
    {
      "license": {
        "name": "New BSD",
        "url": "http://opensource.org/licenses/BSD-3-Clause"
      },
      "dependency": {
        "name": "highlight.js",
        "url": "https://highlightjs.org/",
        "description": "Syntax highlighting with language autodetection.",
        "pathes": [
          "."
        ]
      }
    },
    {
      "license": {
        "name": "New BSD, MIT",
        "url": "http://opensource.org/licenses/BSD-3-Clause"
      },
      "dependency": {
        "name": "js-npm",
        "description": "Test project for js-npm",
        "pathes": [
          "."
        ]
      }
    },
    {
      "license": {
        "name": "MIT",
        "url": "http://opensource.org/licenses/mit-license"
      },
      "dependency": {
        "name": "moment",
        "url": "http://momentjs.com",
        "description": "Parse, validate, manipulate, and display dates",
        "pathes": [
          "."
        ]
      }
    },
    {
      "license": {
        "name": "MIT",
        "url": "http://opensource.org/licenses/mit-license"
      },
      "dependency": {
        "name": "normalize.css",
        "url": "https://necolas.github.io/normalize.css",
        "description": "A modern alternative to CSS resets",
        "pathes": [
          "."
        ]
      }
    }
  ]
}