1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_from": "expand-tilde@^1.2.2",
- "_id": "expand-tilde@1.2.2",
- "_inBundle": false,
- "_integrity": "sha1-C4HrqJflo9MdHD0QL48BRB5VlEk=",
- "_location": "/expand-tilde",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "expand-tilde@^1.2.2",
- "name": "expand-tilde",
- "escapedName": "expand-tilde",
- "rawSpec": "^1.2.2",
- "saveSpec": null,
- "fetchSpec": "^1.2.2"
- },
- "_requiredBy": [
- "/resolve-dir"
- ],
- "_resolved": "http://registry.npm.taobao.org/expand-tilde/download/expand-tilde-1.2.2.tgz",
- "_shasum": "0b81eba897e5a3d31d1c3d102f8f01441e559449",
- "_spec": "expand-tilde@^1.2.2",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\resolve-dir",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
- },
- "bugs": {
- "url": "https://github.com/jonschlinkert/expand-tilde/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "os-homedir": "^1.0.1"
- },
- "deprecated": false,
- "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
- "devDependencies": {
- "gulp-format-md": "^0.1.9",
- "is-windows": "^0.2.0",
- "mocha": "^2.5.3"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/jonschlinkert/expand-tilde",
- "keywords": [
- "cwd",
- "expand",
- "expansion",
- "filepath",
- "home",
- "path",
- "pwd",
- "tilde",
- "user",
- "userhome"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "expand-tilde",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/expand-tilde.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "verb": {
- "run": true,
- "toc": false,
- "layout": "default",
- "tasks": [
- "readme"
- ],
- "plugins": [
- "gulp-format-md"
- ],
- "related": {
- "list": [
- "micromatch",
- "braces",
- "expand-brackets",
- "is-glob"
- ]
- },
- "reflinks": [
- "verb"
- ],
- "lint": {
- "reflinks": true
- }
- },
- "version": "1.2.2"
- }
|