12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "_from": "buffer-from@^0.1.1",
- "_id": "buffer-from@0.1.2",
- "_inBundle": false,
- "_integrity": "sha512-RiWIenusJsmI2KcvqQABB83tLxCByE3upSP8QU3rJDMVFGPWLvPQJt/O1Su9moRWeH7d+Q2HYb68f6+v+tw2vg==",
- "_location": "/buffer-from",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "buffer-from@^0.1.1",
- "name": "buffer-from",
- "escapedName": "buffer-from",
- "rawSpec": "^0.1.1",
- "saveSpec": null,
- "fetchSpec": "^0.1.1"
- },
- "_requiredBy": [
- "/hyperquest"
- ],
- "_resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-0.1.2.tgz",
- "_shasum": "15f4b9bcef012044df31142c14333caf6e0260d0",
- "_spec": "buffer-from@^0.1.1",
- "_where": "E:\\a-level\\project_js2\\node_modules\\hyperquest",
- "bugs": {
- "url": "https://github.com/LinusU/buffer-from/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
- "devDependencies": {
- "standard": "^7.1.2"
- },
- "homepage": "https://github.com/LinusU/buffer-from#readme",
- "keywords": [
- "buffer",
- "buffer from"
- ],
- "license": "MIT",
- "name": "buffer-from",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/LinusU/buffer-from.git"
- },
- "scripts": {
- "test": "standard && node test"
- },
- "version": "0.1.2"
- }
|