12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_from": "tildify@~1.0.0",
- "_id": "tildify@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-KgIdtej73gqPi03zetqo+x05190=",
- "_location": "/tildify",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "tildify@~1.0.0",
- "name": "tildify",
- "escapedName": "tildify",
- "rawSpec": "~1.0.0",
- "saveSpec": null,
- "fetchSpec": "~1.0.0"
- },
- "_requiredBy": [
- "/knex"
- ],
- "_resolved": "http://registry.npm.taobao.org/tildify/download/tildify-1.0.0.tgz",
- "_shasum": "2a021db5e8fbde0a8f8b4df37adaa8fb1d39d7dd",
- "_spec": "tildify@~1.0.0",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\knex",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "http://sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/tildify/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "user-home": "^1.0.0"
- },
- "deprecated": false,
- "description": "Convert an absolute path to a tilde path: /Users/sindresorhus/dev => ~/dev",
- "devDependencies": {
- "ava": "0.0.3"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/sindresorhus/tildify#readme",
- "keywords": [
- "tilde",
- "tildify",
- "path",
- "home",
- "dir",
- "directory",
- "user",
- "expand",
- "unexpand"
- ],
- "license": "MIT",
- "name": "tildify",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/tildify.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "1.0.0"
- }
|