Newer
Older
ez-indexation / app / node_modules / meow / package.json
@kieffer kieffer on 7 Mar 2017 2 KB v0.0.0
{
  "_args": [
    [
      {
        "raw": "meow@^3.3.0",
        "scope": null,
        "escapedName": "meow",
        "name": "meow",
        "rawSpec": "^3.3.0",
        "spec": ">=3.3.0 <4.0.0",
        "type": "range"
      },
      "/home/kieffer/tdm/ez-indexation/node_modules/dateformat"
    ]
  ],
  "_from": "meow@>=3.3.0 <4.0.0",
  "_id": "meow@3.7.0",
  "_inCache": true,
  "_location": "/meow",
  "_nodeVersion": "4.2.4",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.14.12",
  "_phantomChildren": {},
  "_requested": {
    "raw": "meow@^3.3.0",
    "scope": null,
    "escapedName": "meow",
    "name": "meow",
    "rawSpec": "^3.3.0",
    "spec": ">=3.3.0 <4.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/dateformat"
  ],
  "_resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
  "_shasum": "72cb668b425228290abbfa856892587308a801fb",
  "_shrinkwrap": null,
  "_spec": "meow@^3.3.0",
  "_where": "/home/kieffer/tdm/ez-indexation/node_modules/dateformat",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/meow/issues"
  },
  "dependencies": {
    "camelcase-keys": "^2.0.0",
    "decamelize": "^1.1.2",
    "loud-rejection": "^1.0.0",
    "map-obj": "^1.0.1",
    "minimist": "^1.1.3",
    "normalize-package-data": "^2.3.4",
    "object-assign": "^4.0.1",
    "read-pkg-up": "^1.0.1",
    "redent": "^1.0.0",
    "trim-newlines": "^1.0.0"
  },
  "description": "CLI app helper",
  "devDependencies": {
    "ava": "*",
    "execa": "^0.1.1",
    "indent-string": "^2.1.0",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "72cb668b425228290abbfa856892587308a801fb",
    "tarball": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "9a5c90af79fb8f5f29c97e6b92b63f41e2df4f34",
  "homepage": "https://github.com/sindresorhus/meow#readme",
  "keywords": [
    "cli",
    "bin",
    "util",
    "utility",
    "helper",
    "argv",
    "command",
    "line",
    "meow",
    "cat",
    "kitten",
    "parser",
    "option",
    "flags",
    "input",
    "cmd",
    "console"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "meow",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/meow.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "3.7.0"
}