12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_args": [
- [
- "i@0.3.7",
- "C:\\Users\\MEMBER\\Desktop\\check-miniapp"
- ]
- ],
- "_from": "i@0.3.7",
- "_id": "i@0.3.7",
- "_inBundle": false,
- "_integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==",
- "_location": "/i",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "i@0.3.7",
- "name": "i",
- "escapedName": "i",
- "rawSpec": "0.3.7",
- "saveSpec": null,
- "fetchSpec": "0.3.7"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmmirror.com/i/-/i-0.3.7.tgz",
- "_spec": "0.3.7",
- "_where": "C:\\Users\\MEMBER\\Desktop\\check-miniapp",
- "author": {
- "name": "Pavan Kumar Sunkara",
- "email": "pavan.sss1991@gmail.com",
- "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.8.2"
- },
- "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.7"
- }
|