1
0
Fork 0
arangodb/js/node/node_modules/i/package.json

110 lines
2.4 KiB
JSON

{
"_args": [
[
"i@0.3.5",
"/home/pluma/projects/arango/arangodb/js/node"
]
],
"_from": "i@0.3.5",
"_id": "i@0.3.5",
"_inCache": true,
"_installable": true,
"_location": "/i",
"_nodeVersion": "0.12.9",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/i-0.3.5.tgz_1462355680372_0.1744775390252471"
},
"_npmUser": {
"email": "pavan.sss1991@gmail.com",
"name": "pksunkara"
},
"_npmVersion": "2.14.9",
"_phantomChildren": {},
"_requested": {
"name": "i",
"raw": "i@0.3.5",
"rawSpec": "0.3.5",
"scope": null,
"spec": "0.3.5",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/i/-/i-0.3.5.tgz",
"_shasum": "1d2b854158ec8169113c6cb7f6b6801e99e211d5",
"_shrinkwrap": null,
"_spec": "i@0.3.5",
"_where": "/home/pluma/projects/arango/arangodb/js/node",
"author": {
"email": "pavan.sss1991@gmail.com",
"name": "Pavan Kumar Sunkara",
"url": "pksunkara.github.com"
},
"bugs": {
"url": "https://github.com/pksunkara/inflect/issues"
},
"contributors": [
{
"email": "pavan.sss1991@gmail.com",
"name": "Pavan Kumar Sunkara"
}
],
"dependencies": {},
"description": "custom inflections for nodejs",
"devDependencies": {
"vows": "0.7.0"
},
"directories": {},
"dist": {
"shasum": "1d2b854158ec8169113c6cb7f6b6801e99e211d5",
"tarball": "https://registry.npmjs.org/i/-/i-0.3.5.tgz"
},
"engines": {
"node": ">=0.4"
},
"gitHead": "bbcadd57a182007ab158acea511515b815385d4d",
"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",
"maintainers": [
{
"email": "pavan.sss1991@gmail.com",
"name": "pksunkara"
}
],
"name": "i",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/pksunkara/inflect.git"
},
"scripts": {
"test": "vows --spec $(find test -name '*-test.js')"
},
"version": "0.3.5"
}