dijkstra-backend-cloudron/node_modules/tildify/package.json

76 lines
1.7 KiB
JSON

{
"_args": [
[
"tildify@2.0.0",
"/home/rui/code/personal/dijkstra-app/backend-dijkstra"
]
],
"_from": "tildify@2.0.0",
"_id": "tildify@2.0.0",
"_inBundle": false,
"_integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==",
"_location": "/tildify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "tildify@2.0.0",
"name": "tildify",
"escapedName": "tildify",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/knex"
],
"_resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/home/rui/code/personal/dijkstra-app/backend-dijkstra",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tildify/issues"
},
"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"
}