1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "tildify@1.2.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "tildify@1.2.0",
- "_id": "tildify@1.2.0",
- "_inBundle": false,
- "_integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
- "_location": "/tildify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "tildify@1.2.0",
- "name": "tildify",
- "escapedName": "tildify",
- "rawSpec": "1.2.0",
- "saveSpec": null,
- "fetchSpec": "1.2.0"
- },
- "_requiredBy": [
- "/gulp"
- ],
- "_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
- "_spec": "1.2.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/tildify/issues"
- },
- "dependencies": {
- "os-homedir": "^1.0.0"
- },
- "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/tildify#readme",
- "keywords": [
- "unexpand",
- "homedir",
- "tilde",
- "tildify",
- "collapse",
- "path",
- "home",
- "dir",
- "directory",
- "user",
- "expand"
- ],
- "license": "MIT",
- "name": "tildify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/tildify.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "version": "1.2.0"
- }
|