summaryrefslogtreecommitdiffstats
path: root/node_modules/touch/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/touch/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/touch/package.json')
-rw-r--r--node_modules/touch/package.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/touch/package.json b/node_modules/touch/package.json
new file mode 100644
index 0000000..2de08ba
--- /dev/null
+++ b/node_modules/touch/package.json
@@ -0,0 +1,66 @@
+{
+ "_from": "touch@^3.1.0",
+ "_id": "touch@3.1.0",
+ "_inBundle": false,
+ "_integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==",
+ "_location": "/touch",
+ "_phantomChildren": {
+ "abbrev": "1.1.1"
+ },
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "touch@^3.1.0",
+ "name": "touch",
+ "escapedName": "touch",
+ "rawSpec": "^3.1.0",
+ "saveSpec": null,
+ "fetchSpec": "^3.1.0"
+ },
+ "_requiredBy": [
+ "/nodemon"
+ ],
+ "_resolved": "https://registry.npmjs.org/touch/-/touch-3.1.0.tgz",
+ "_shasum": "fe365f5f75ec9ed4e56825e0bb76d24ab74af83b",
+ "_spec": "touch@^3.1.0",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/nodemon",
+ "author": {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ },
+ "bin": {
+ "nodetouch": "bin/nodetouch.js"
+ },
+ "bugs": {
+ "url": "https://github.com/isaacs/node-touch/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "nopt": "~1.0.10"
+ },
+ "deprecated": false,
+ "description": "like touch(1) in node",
+ "devDependencies": {
+ "mutate-fs": "^1.1.0",
+ "tap": "^10.7.0"
+ },
+ "files": [
+ "index.js",
+ "bin/nodetouch.js"
+ ],
+ "homepage": "https://github.com/isaacs/node-touch#readme",
+ "license": "ISC",
+ "name": "touch",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/node-touch.git"
+ },
+ "scripts": {
+ "postpublish": "git push origin --all; git push origin --tags",
+ "postversion": "npm publish",
+ "preversion": "npm test",
+ "test": "tap test/*.js --100 -J"
+ },
+ "version": "3.1.0"
+}