123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- {
- "_args": [
- [
- "meow@^3.1.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/pretty-bytes"
- ]
- ],
- "_from": "meow@>=3.1.0 <4.0.0",
- "_id": "meow@3.3.0",
- "_inCache": true,
- "_location": "/meow",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "email": "sindresorhus@gmail.com",
- "name": "sindresorhus"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "meow",
- "raw": "meow@^3.1.0",
- "rawSpec": "^3.1.0",
- "scope": null,
- "spec": ">=3.1.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/pretty-bytes"
- ],
- "_resolved": "https://registry.npmjs.org/meow/-/meow-3.3.0.tgz",
- "_shasum": "f8777fd0db67f73d1de1beee08c97c8665efc6ed",
- "_shrinkwrap": null,
- "_spec": "meow@^3.1.0",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/pretty-bytes",
- "author": {
- "email": "sindresorhus@gmail.com",
- "name": "Sindre Sorhus",
- "url": "sindresorhus.com"
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/meow/issues"
- },
- "dependencies": {
- "camelcase-keys": "^1.0.0",
- "indent-string": "^1.1.0",
- "minimist": "^1.1.0",
- "object-assign": "^3.0.0"
- },
- "description": "CLI app helper",
- "devDependencies": {
- "ava": "0.0.4"
- },
- "directories": {},
- "dist": {
- "shasum": "f8777fd0db67f73d1de1beee08c97c8665efc6ed",
- "tarball": "http://registry.npmjs.org/meow/-/meow-3.3.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "0ec1cbe26d544d93533eef1ad31c0b351b4106a3",
- "homepage": "https://github.com/sindresorhus/meow",
- "installable": true,
- "keywords": [
- "argv",
- "bin",
- "cat",
- "cli",
- "cmd",
- "command",
- "console",
- "flags",
- "helper",
- "input",
- "kitten",
- "line",
- "meow",
- "option",
- "parser",
- "util",
- "utility"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "meow",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/sindresorhus/meow"
- },
- "scripts": {
- "test": "node test.js"
- },
- "version": "3.3.0"
- }
|