12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "tildify@^2.0.0",
- "_id": "tildify@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==",
- "_location": "/tildify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tildify@^2.0.0",
- "name": "tildify",
- "escapedName": "tildify",
- "rawSpec": "^2.0.0",
- "saveSpec": null,
- "fetchSpec": "^2.0.0"
- },
- "_requiredBy": [
- "/hexo",
- "/hexo/hexo-cli"
- ],
- "_resolved": "https://registry.npmmirror.com/tildify/-/tildify-2.0.0.tgz",
- "_shasum": "f205f3674d677ce698b7067a99e949ce03b4754a",
- "_spec": "tildify@^2.0.0",
- "_where": "/var/www/AfterAales/node_modules/hexo",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/tildify/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
- "devDependencies": {
- "ava": "^1.4.1",
- "tsd": "^0.7.2",
- "xo": "^0.24.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "index.d.ts"
- ],
- "homepage": "https://github.com/sindresorhus/tildify#readme",
- "keywords": [
- "unexpand",
- "homedir",
- "tilde",
- "tildify",
- "collapse",
- "path",
- "home",
- "directory",
- "user",
- "expand",
- "convert"
- ],
- "license": "MIT",
- "name": "tildify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/tildify.git"
- },
- "scripts": {
- "test": "xo && ava && tsd"
- },
- "version": "2.0.0"
- }
|