summaryrefslogtreecommitdiff
path: root/tests/registry/npm/js-tokens/registry.json
blob: df4e1469d3e353d1329909679f2f2ebf2e1c4dc0 (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": "js-tokens",
  "description": "Tiny JavaScript tokenizer.",
  "dist-tags": {
    "latest": "4.0.0"
  },
  "versions": {
    "4.0.0": {
      "name": "js-tokens",
      "version": "4.0.0",
      "author": {
        "name": "Simon Lydell"
      },
      "license": "MIT",
      "description": "A regex that tokenizes JavaScript.",
      "files": [
        "index.js"
      ],
      "repository": {
        "type": "git",
        "url": "git+https://github.com/lydell/js-tokens.git"
      },
      "scripts": {
        "test": "mocha --ui tdd",
        "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
        "build": "node generate-index.js",
        "dev": "npm run build && npm test"
      },
      "devDependencies": {
        "coffeescript": "2.1.1",
        "esprima": "4.0.0",
        "everything.js": "1.0.3",
        "mocha": "5.0.0"
      },
      "gitHead": "0eb6e9daee32160ab0fca979b6dc91a1991b720c",
      "bugs": {
        "url": "https://github.com/lydell/js-tokens/issues"
      },
      "_id": "js-tokens@4.0.0",
      "_npmVersion": "5.6.0",
      "_nodeVersion": "8.9.4",
      "dist": {
        "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
        "shasum": "19203fb59991df98e3a287050d4647cdeaf32499",
        "tarball": "http://localhost:4260/js-tokens/js-tokens-4.0.0.tgz"
      },
      "directories": {}
    }
  },
  "homepage": "https://github.com/lydell/js-tokens#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lydell/js-tokens.git"
  },
  "author": {
    "name": "Simon Lydell"
  },
  "bugs": {
    "url": "https://github.com/lydell/js-tokens/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}