• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_args": [
3    [
4      "safe-buffer@5.1.2",
5      "/Users/rebecca/code/npm"
6    ]
7  ],
8  "_from": "safe-buffer@5.1.2",
9  "_id": "safe-buffer@5.1.2",
10  "_inBundle": false,
11  "_integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
12  "_location": "/safe-buffer",
13  "_phantomChildren": {},
14  "_requested": {
15    "type": "version",
16    "registry": true,
17    "raw": "safe-buffer@5.1.2",
18    "name": "safe-buffer",
19    "escapedName": "safe-buffer",
20    "rawSpec": "5.1.2",
21    "saveSpec": null,
22    "fetchSpec": "5.1.2"
23  },
24  "_requiredBy": [
25    "/",
26    "/got",
27    "/libnpx",
28    "/minipass",
29    "/node-fetch-npm",
30    "/npm-profile/ssri",
31    "/npm-registry-client",
32    "/npm-registry-client/ssri",
33    "/npm-registry-fetch",
34    "/npm-registry-fetch/ssri",
35    "/pacote",
36    "/readable-stream",
37    "/registry-auth-token",
38    "/request",
39    "/string_decoder",
40    "/tar",
41    "/tunnel-agent"
42  ],
43  "_resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
44  "_spec": "5.1.2",
45  "_where": "/Users/rebecca/code/npm",
46  "author": {
47    "name": "Feross Aboukhadijeh",
48    "email": "feross@feross.org",
49    "url": "http://feross.org"
50  },
51  "bugs": {
52    "url": "https://github.com/feross/safe-buffer/issues"
53  },
54  "description": "Safer Node.js Buffer API",
55  "devDependencies": {
56    "standard": "*",
57    "tape": "^4.0.0"
58  },
59  "homepage": "https://github.com/feross/safe-buffer",
60  "keywords": [
61    "buffer",
62    "buffer allocate",
63    "node security",
64    "safe",
65    "safe-buffer",
66    "security",
67    "uninitialized"
68  ],
69  "license": "MIT",
70  "main": "index.js",
71  "name": "safe-buffer",
72  "repository": {
73    "type": "git",
74    "url": "git://github.com/feross/safe-buffer.git"
75  },
76  "scripts": {
77    "test": "standard && tape test/*.js"
78  },
79  "types": "index.d.ts",
80  "version": "5.1.2"
81}
82