|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_args": [
- [
- "just-extend@4.2.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "just-extend@4.2.1",
- "_id": "just-extend@4.2.1",
- "_inBundle": false,
- "_integrity": "sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==",
- "_location": "/just-extend",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "just-extend@4.2.1",
- "name": "just-extend",
- "escapedName": "just-extend",
- "rawSpec": "4.2.1",
- "saveSpec": null,
- "fetchSpec": "4.2.1"
- },
- "_requiredBy": [
- "/nise"
- ],
- "_resolved": "https://registry.npmjs.org/just-extend/-/just-extend-4.2.1.tgz",
- "_spec": "4.2.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Angus Croll"
- },
- "bugs": {
- "url": "https://github.com/angus-c/just/issues"
- },
- "description": "extend an object",
- "homepage": "https://github.com/angus-c/just#readme",
- "keywords": [
- "object",
- "assign",
- "clone",
- "copy",
- "merge",
- "deep-copy",
- "extend",
- "no-dependencies",
- "just"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "just-extend",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/angus-c/just.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "types": "index.d.ts",
- "version": "4.2.1"
- }
|