|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_args": [
- [
- "fromentries@1.3.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "fromentries@1.3.2",
- "_id": "fromentries@1.3.2",
- "_inBundle": false,
- "_integrity": "sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==",
- "_location": "/fromentries",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "fromentries@1.3.2",
- "name": "fromentries",
- "escapedName": "fromentries",
- "rawSpec": "1.3.2",
- "saveSpec": null,
- "fetchSpec": "1.3.2"
- },
- "_requiredBy": [
- "/process-on-spawn"
- ],
- "_resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
- "_spec": "1.3.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "https://feross.org"
- },
- "bugs": {
- "url": "https://github.com/feross/fromentries/issues"
- },
- "description": "Object.fromEntries() ponyfill (in 6 lines)",
- "devDependencies": {
- "standard": "*",
- "tape": "^5.0.1"
- },
- "funding": [
- {
- "type": "github",
- "url": "https://github.com/sponsors/feross"
- },
- {
- "type": "patreon",
- "url": "https://www.patreon.com/feross"
- },
- {
- "type": "consulting",
- "url": "https://feross.org/support"
- }
- ],
- "homepage": "https://github.com/feross/fromentries",
- "keywords": [
- "Object.fromEntries",
- "Object.entries",
- "Object.values",
- "Object.keys",
- "entries",
- "values",
- "fromEntries",
- "ES7",
- "ES8",
- "shim",
- "object",
- "keys",
- "polyfill",
- "ponyfill"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "fromentries",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/fromentries.git"
- },
- "scripts": {
- "test": "standard && tape test/**/*.js"
- },
- "types": "index.d.ts",
- "version": "1.3.2"
- }
|