site_opytex/theme/node_modules/tildify/package.json

74 lines
1.6 KiB
JSON

{
"_from": "tildify@^1.0.0",
"_id": "tildify@1.2.0",
"_inBundle": false,
"_integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
"_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": [
"/gulp"
],
"_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
"_shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
"_spec": "tildify@^1.0.0",
"_where": "/home/lafrite/tmp/site_pelican/theme/node_modules/gulp",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/tildify/issues"
},
"bundleDependencies": false,
"dependencies": {
"os-homedir": "^1.0.0"
},
"deprecated": false,
"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"
}