summaryrefslogtreecommitdiff
path: root/tests/registry/npm/source-map-js/registry.json
blob: 5d479b0026b86fd82e64f9c37d2db0ef5c40d898 (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
{
  "name": "source-map-js",
  "dist-tags": {
    "latest": "1.0.2"
  },
  "versions": {
    "1.0.2": {
      "name": "source-map-js",
      "description": "Generates and consumes source maps",
      "version": "1.0.2",
      "author": {
        "name": "Valentin 7rulnik Semirulnik",
        "email": "v7rulnik@gmail.com"
      },
      "repository": {
        "type": "git",
        "url": "git+https://github.com/7rulnik/source-map-js.git"
      },
      "main": "./source-map.js",
      "engines": {
        "node": ">=0.10.0"
      },
      "license": "BSD-3-Clause",
      "scripts": {
        "test": "npm run build && node test/run-tests.js",
        "build": "webpack --color",
        "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md"
      },
      "devDependencies": {
        "clean-publish": "^3.1.0",
        "doctoc": "^0.15.0",
        "webpack": "^1.12.0"
      },
      "clean-publish": {
        "cleanDocs": true
      },
      "typings": "source-map.d.ts",
      "gitHead": "04907d5b2dc88bef63e5399452fa6a696f90bf66",
      "bugs": {
        "url": "https://github.com/7rulnik/source-map-js/issues"
      },
      "_id": "source-map-js@1.0.2",
      "_nodeVersion": "14.17.0",
      "_npmVersion": "6.14.13",
      "dist": {
        "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
        "shasum": "adbc361d9c62df380125e7f161f71c826f1e490c",
        "tarball": "http://localhost:4260/source-map-js/source-map-js-1.0.2.tgz",
        "fileCount": 16,
        "unpackedSize": 147831
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "description": "Generates and consumes source maps",
  "homepage": "https://github.com/7rulnik/source-map-js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/7rulnik/source-map-js.git"
  },
  "author": {
    "name": "Valentin 7rulnik Semirulnik",
    "email": "v7rulnik@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/7rulnik/source-map-js/issues"
  },
  "license": "BSD-3-Clause",
  "readmeFilename": "README.md"
}