123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "_args": [
- [
- "homedir-polyfill@1.0.1",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "homedir-polyfill@1.0.1",
- "_id": "homedir-polyfill@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=",
- "_location": "/homedir-polyfill",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "homedir-polyfill@1.0.1",
- "name": "homedir-polyfill",
- "escapedName": "homedir-polyfill",
- "rawSpec": "1.0.1",
- "saveSpec": null,
- "fetchSpec": "1.0.1"
- },
- "_requiredBy": [
- "/global-prefix"
- ],
- "_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
- "_spec": "1.0.1",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Brian Woodward",
- "url": "https://github.com/doowb"
- },
- "bugs": {
- "url": "https://github.com/doowb/homedir-polyfill/issues"
- },
- "dependencies": {
- "parse-passwd": "^1.0.0"
- },
- "description": "Node.js os.homedir polyfill for older versions of node.js.",
- "devDependencies": {
- "gulp-format-md": "^0.1.11",
- "mocha": "^3.1.2"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "LICENSE"
- ],
- "homepage": "https://github.com/doowb/homedir-polyfill",
- "keywords": [
- "home",
- "homedir",
- "homedirectory",
- "os",
- "os-homedir",
- "polyfill",
- "userhome"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "homedir-polyfill",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/doowb/homedir-polyfill.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "lint": {
- "reflinks": true
- },
- "related": {
- "list": [
- "parse-passwd"
- ]
- },
- "reflinks": [
- "verb",
- "verb-generate-readme"
- ]
- },
- "version": "1.0.1"
- }
|