123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "_args": [
- [
- "commander@2.0.0",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "commander@2.0.0",
- "_id": "commander@2.0.0",
- "_inBundle": false,
- "_integrity": "sha1-0bhvkB+LZL2UG96tr5JFMDk76Sg=",
- "_location": "/commander",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "commander@2.0.0",
- "name": "commander",
- "escapedName": "commander",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/csscomb"
- ],
- "_resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "TJ Holowaychuk",
- "email": "tj@vision-media.ca"
- },
- "bugs": {
- "url": "https://github.com/visionmedia/commander.js/issues"
- },
- "description": "the complete solution for node.js command-line programs",
- "devDependencies": {
- "should": ">= 0.0.1"
- },
- "engines": {
- "node": ">= 0.6.x"
- },
- "homepage": "https://github.com/visionmedia/commander.js#readme",
- "keywords": [
- "command",
- "option",
- "parser",
- "prompt",
- "stdin"
- ],
- "main": "index",
- "name": "commander",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/visionmedia/commander.js.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "2.0.0"
- }
|