package.json 1.4 KB
{
  "_from": "touch@1.0.0",
  "_id": "touch@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-RJy+LbrlqMgDjjDXH6D/RklHxN4=",
  "_location": "/touch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "touch@1.0.0",
    "name": "touch",
    "escapedName": "touch",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/nodemon"
  ],
  "_resolved": "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz",
  "_shasum": "449cbe2dbae5a8c8038e30d71fa0ff464947c4de",
  "_spec": "touch@1.0.0",
  "_where": "/Users/fzy/project/efang/node_modules/nodemon",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me/"
  },
  "bin": {
    "touch": "./bin/touch.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": {
    "tap": "^1.3.1"
  },
  "engines": {
    "node": ">=0.6"
  },
  "homepage": "https://github.com/isaacs/node-touch#readme",
  "license": "ISC",
  "main": "touch.js",
  "name": "touch",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/node-touch.git"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "version": "1.0.0"
}