summaryrefslogtreecommitdiff
path: root/tests/registry/npm/safer-buffer/registry.json
blob: 7383f74ccd989f0fc25388a5385c264636dc4a52 (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": "safer-buffer",
  "dist-tags": {
    "latest": "2.1.2"
  },
  "versions": {
    "2.1.2": {
      "name": "safer-buffer",
      "version": "2.1.2",
      "description": "Modern Buffer API polyfill without footguns",
      "main": "safer.js",
      "scripts": {
        "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js",
        "test": "standard && tape tests.js"
      },
      "author": {
        "name": "Nikita Skovoroda",
        "email": "chalkerx@gmail.com",
        "url": "https://github.com/ChALkeR"
      },
      "license": "MIT",
      "repository": {
        "type": "git",
        "url": "git+https://github.com/ChALkeR/safer-buffer.git"
      },
      "bugs": {
        "url": "https://github.com/ChALkeR/safer-buffer/issues"
      },
      "devDependencies": {
        "standard": "^11.0.1",
        "tape": "^4.9.0"
      },
      "files": [
        "Porting-Buffer.md",
        "Readme.md",
        "tests.js",
        "dangerous.js",
        "safer.js"
      ],
      "gitHead": "e8ac214944eda30e1e6c6b7d7e7f6a21cf7dce7c",
      "_id": "safer-buffer@2.1.2",
      "_npmVersion": "5.8.0",
      "_nodeVersion": "9.11.1",
      "dist": {
        "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
        "shasum": "44fa161b0187b9549dd84bb91802f9bd8385cd6a",
        "tarball": "http://localhost:4260/safer-buffer/safer-buffer-2.1.2.tgz",
        "fileCount": 7,
        "unpackedSize": 42299
      },
      "directories": {},
      "_hasShrinkwrap": false
    }
  },
  "description": "Modern Buffer API polyfill without footguns",
  "homepage": "https://github.com/ChALkeR/safer-buffer#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChALkeR/safer-buffer.git"
  },
  "author": {
    "name": "Nikita Skovoroda",
    "email": "chalkerx@gmail.com",
    "url": "https://github.com/ChALkeR"
  },
  "bugs": {
    "url": "https://github.com/ChALkeR/safer-buffer/issues"
  },
  "license": "MIT",
  "readmeFilename": "Readme.md"
}