diff options
Diffstat (limited to 'node_modules/i/package.json')
-rw-r--r-- | node_modules/i/package.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/node_modules/i/package.json b/node_modules/i/package.json new file mode 100644 index 0000000..156ba2a --- /dev/null +++ b/node_modules/i/package.json @@ -0,0 +1,82 @@ +{ + "_from": "i@0.3.x", + "_id": "i@0.3.6", + "_inBundle": false, + "_integrity": "sha1-2WyScyB28HJxG2sQ/X1PZa2O4j0=", + "_location": "/i", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "i@0.3.x", + "name": "i", + "escapedName": "i", + "rawSpec": "0.3.x", + "saveSpec": null, + "fetchSpec": "0.3.x" + }, + "_requiredBy": [ + "/utile" + ], + "_resolved": "https://registry.npmjs.org/i/-/i-0.3.6.tgz", + "_shasum": "d96c92732076f072711b6b10fd7d4f65ad8ee23d", + "_spec": "i@0.3.x", + "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/utile", + "author": { + "name": "Pavan Kumar Sunkara", + "email": "pavan.sss1991@gmail.com", + "url": "pksunkara.github.com" + }, + "bugs": { + "url": "https://github.com/pksunkara/inflect/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Pavan Kumar Sunkara", + "email": "pavan.sss1991@gmail.com" + } + ], + "dependencies": {}, + "deprecated": false, + "description": "custom inflections for nodejs", + "devDependencies": { + "vows": "0.7.0" + }, + "engines": { + "node": ">=0.4" + }, + "homepage": "http://pksunkara.github.com/inflect", + "keywords": [ + "singular", + "plural", + "camelize", + "underscore", + "dasherize", + "demodulize", + "ordinalize", + "uncountable", + "pluralize", + "singularize", + "titleize", + "tableize", + "classify", + "foreign_key" + ], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/pksunkara/inflect/raw/master/LICENSE" + } + ], + "main": "./lib/inflect", + "name": "i", + "repository": { + "type": "git", + "url": "git://github.com/pksunkara/inflect.git" + }, + "scripts": { + "test": "vows --spec $(find test -name '*-test.js')" + }, + "version": "0.3.6" +} |