mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated package.json
This commit is contained in:
104
node_modules/i/package.json
generated
vendored
Normal file
104
node_modules/i/package.json
generated
vendored
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"i@0.3.x",
|
||||
"/home/mywebsite/node_modules/utile"
|
||||
]
|
||||
],
|
||||
"_from": "i@>=0.3.0 <0.4.0",
|
||||
"_id": "i@0.3.3",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/i",
|
||||
"_npmUser": {
|
||||
"email": "pavan.sss1991@gmail.com",
|
||||
"name": "pksunkara"
|
||||
},
|
||||
"_npmVersion": "2.0.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "i",
|
||||
"raw": "i@0.3.x",
|
||||
"rawSpec": "0.3.x",
|
||||
"scope": null,
|
||||
"spec": ">=0.3.0 <0.4.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/utile"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/i/-/i-0.3.3.tgz",
|
||||
"_shasum": "0ff9a5eb743504aa8ac26a84f84c641287ff24cd",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "i@0.3.x",
|
||||
"_where": "/home/mywebsite/node_modules/utile",
|
||||
"author": {
|
||||
"email": "pavan.sss1991@gmail.com",
|
||||
"name": "Pavan Kumar Sunkara",
|
||||
"url": "pksunkara.github.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/pksunkara/inflect/issues"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Pavan Kumar Sunkara",
|
||||
"email": "pavan.sss1991@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {},
|
||||
"description": "custom inflections for nodejs",
|
||||
"devDependencies": {
|
||||
"vows": "~0.6.1"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "0ff9a5eb743504aa8ac26a84f84c641287ff24cd",
|
||||
"tarball": "http://registry.npmjs.org/i/-/i-0.3.3.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4"
|
||||
},
|
||||
"gitHead": "f6495e42873fe5b3ca80b060bc274662c3ed610b",
|
||||
"homepage": "http://pksunkara.github.com/inflect",
|
||||
"keywords": [
|
||||
"camelize",
|
||||
"classify",
|
||||
"dasherize",
|
||||
"demodulize",
|
||||
"foreign_key",
|
||||
"ordinalize",
|
||||
"plural",
|
||||
"pluralize",
|
||||
"singular",
|
||||
"singularize",
|
||||
"tableize",
|
||||
"titleize",
|
||||
"uncountable",
|
||||
"underscore"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/pksunkara/inflect/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "./lib/inflect",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "pksunkara",
|
||||
"email": "pavan.sss1991@gmail.com"
|
||||
}
|
||||
],
|
||||
"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.3"
|
||||
}
|
||||
Reference in New Issue
Block a user