blob: 56ffc0ddd30004159f26430760155e5c95b64267 [file] [log] [blame]
{
"_args": [
[
"inflection@1.3.8",
"/Users/scottyaslan/Development/nifi-fds/target"
]
],
"_development": true,
"_from": "inflection@1.3.8",
"_id": "inflection@1.3.8",
"_inBundle": false,
"_integrity": "sha1-y9Fg2p91sUw8xjV41POWeEvzAU4=",
"_location": "/path-proxy/inflection",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "inflection@1.3.8",
"name": "inflection",
"escapedName": "inflection",
"rawSpec": "1.3.8",
"saveSpec": null,
"fetchSpec": "1.3.8"
},
"_requiredBy": [
"/path-proxy"
],
"_resolved": "https://registry.npmjs.org/inflection/-/inflection-1.3.8.tgz",
"_spec": "1.3.8",
"_where": "/Users/scottyaslan/Development/nifi-fds/target",
"author": {
"name": "dreamerslab",
"email": "ben@dreamerslab.com"
},
"bugs": {
"url": "https://github.com/dreamerslab/node.inflection/issues"
},
"contributors": [
{
"name": "Ryan Schuft",
"email": "ryan.schuft@gmail.com"
},
{
"name": "Ben Lin",
"email": "ben@dreamerslab.com"
},
{
"name": "Lance Pollard",
"email": "lancejpollard@gmail.com"
},
{
"name": "Dane O'Connor",
"email": "dane.oconnor@gmail.com"
},
{
"name": "David MirĂ³",
"email": "lite.3engine@gmail.com"
},
{
"name": "brandondewitt"
},
{
"name": "luk3thomas"
},
{
"name": "Marcel Klehr"
},
{
"name": "Raymond Feng"
},
{
"name": "Kane Cohen",
"email": "kanecohen@gmail.com"
},
{
"name": "Gianni Chiappetta",
"email": "gianni@runlevel6.org"
}
],
"dependencies": {},
"description": "A port of inflection-js to node.js module",
"devDependencies": {
"mocha": "1.20.1",
"should": "4.0.4"
},
"engines": [
"node >= 0.4.0"
],
"homepage": "https://github.com/dreamerslab/node.inflection#readme",
"keywords": [
"inflection",
"inflections",
"inflection-js",
"pluralize",
"singularize",
"camelize",
"underscore",
"humanize",
"capitalize",
"dasherize",
"titleize",
"demodulize",
"tableize",
"classify",
"foreign_key",
"ordinalize"
],
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"main": "./lib/inflection.js",
"name": "inflection",
"repository": {
"type": "git",
"url": "git+https://github.com/dreamerslab/node.inflection.git"
},
"scripts": {
"test": "mocha -R spec"
},
"version": "1.3.8"
}