summaryrefslogtreecommitdiff
path: root/tests/registry/npm/sourcemap-codec/registry.json
blob: 755480e3d02c7effd765e3997b73e6f5a56f326d (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
{
  "name": "sourcemap-codec",
  "description": "Encode/decode sourcemap mappings",
  "dist-tags": {
    "latest": "1.4.8"
  },
  "versions": {
    "1.4.8": {
      "name": "sourcemap-codec",
      "version": "1.4.8",
      "description": "Encode/decode sourcemap mappings",
      "main": "dist/sourcemap-codec.umd.js",
      "module": "dist/sourcemap-codec.es.js",
      "types": "dist/types/sourcemap-codec.d.ts",
      "scripts": {
        "test": "mocha",
        "build": "rm -rf dist && rollup -c && tsc",
        "pretest": "npm run build",
        "prepublish": "npm test",
        "lint": "eslint src",
        "pretest-coverage": "npm run build",
        "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js",
        "posttest-coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
        "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
      },
      "author": {
        "name": "Rich Harris"
      },
      "license": "MIT",
      "bugs": {
        "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
      },
      "dependencies": {},
      "devDependencies": {
        "codecov.io": "^0.1.6",
        "console-group": "^0.3.3",
        "eslint": "^6.0.1",
        "eslint-plugin-import": "^2.18.0",
        "istanbul": "^0.4.5",
        "mocha": "^6.1.4",
        "remap-istanbul": "^0.13.0",
        "rollup": "^1.16.4",
        "rollup-plugin-node-resolve": "^5.2.0",
        "rollup-plugin-typescript": "^1.0.1",
        "typescript": "^3.5.2"
      },
      "gitHead": "b549c1ee22f79bdf777d7bfe6471fe4293cd6391",
      "_id": "sourcemap-codec@1.4.8",
      "_nodeVersion": "12.13.0",
      "_npmVersion": "6.12.0",
      "dist": {
        "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
        "shasum": "ea804bd94857402e6992d05a38ef1ae35a9ab4c4",
        "tarball": "http://localhost:4260/sourcemap-codec/sourcemap-codec-1.4.8.tgz",
        "fileCount": 9,
        "unpackedSize": 31802
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "homepage": "https://github.com/Rich-Harris/sourcemap-codec",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
  },
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
  },
  "license": "MIT",
  "readmeFilename": "README.md"
}