|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "min-indent@1.0.1",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "min-indent@1.0.1",
- "_id": "min-indent@1.0.1",
- "_inBundle": false,
- "_integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
- "_location": "/min-indent",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "min-indent@1.0.1",
- "name": "min-indent",
- "escapedName": "min-indent",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/strip-indent"
- ],
- "_resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "James Kyle",
- "email": "me@thejameskyle.com",
- "url": "thejameskyle.com"
- },
- "bugs": {
- "url": "https://github.com/thejameskyle/min-indent/issues"
- },
- "description": "Get the shortest leading whitespace from lines in a string",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/thejameskyle/min-indent#readme",
- "keywords": [
- "indent",
- "indentation",
- "normalize",
- "whitespace",
- "space",
- "tab",
- "string",
- "str",
- "min",
- "minimum"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "min-indent",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/thejameskyle/min-indent.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.0.1"
- }
|