package.json 2.39 KB
{
  "_args": [
    [
      {
        "raw": "pretty-hrtime@^1.0.0",
        "scope": null,
        "escapedName": "pretty-hrtime",
        "name": "pretty-hrtime",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/gulp"
    ]
  ],
  "_from": "pretty-hrtime@>=1.0.0 <2.0.0",
  "_id": "pretty-hrtime@1.0.3",
  "_inCache": true,
  "_location": "/pretty-hrtime",
  "_nodeVersion": "6.9.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/pretty-hrtime-1.0.3.tgz_1478374729207_0.19822899298742414"
  },
  "_npmUser": {
    "name": "robrich",
    "email": "robrich@robrich.org"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "pretty-hrtime@^1.0.0",
    "scope": null,
    "escapedName": "pretty-hrtime",
    "name": "pretty-hrtime",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/gulp"
  ],
  "_resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
  "_shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
  "_shrinkwrap": null,
  "_spec": "pretty-hrtime@^1.0.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/gulp",
  "author": {
    "name": "Rob Richardson",
    "url": "http://robrich.org/"
  },
  "bugs": {
    "url": "https://github.com/robrich/pretty-hrtime/issues"
  },
  "dependencies": {},
  "description": "process.hrtime() to words",
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^3.1.2",
    "should": "^11.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "b7e3ea42435a4c9b2759d99e0f201eb195802ee1",
    "tarball": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "gitHead": "fc030888103dff4a22004935ce4d15dd8f34a956",
  "homepage": "https://github.com/robrich/pretty-hrtime",
  "keywords": [
    "hrtime",
    "benchmark"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "robrich",
      "email": "robrich@robrich.org"
    }
  ],
  "name": "pretty-hrtime",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/robrich/pretty-hrtime.git"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "version": "1.0.3"
}