package.json 1.7 KB
{
  "_args": [
    [
      "touch@3.1.0",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_development": true,
  "_from": "touch@3.1.0",
  "_id": "touch@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==",
  "_location": "/touch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "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",
  "_spec": "3.1.0",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "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"
  },
  "dependencies": {
    "nopt": "~1.0.10"
  },
  "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"
}