Initial commit
parents
Showing
.npmignore
0 → 100644
README.md
0 → 100644
contrib/en.shakir.txt
0 → 100644
This diff is collapsed.
contrib/hi.hindi.txt
0 → 100644
This diff is collapsed.
contrib/id.indonesian.txt
0 → 100644
This diff is collapsed.
contrib/quran-data.js
0 → 100644
This diff is collapsed.
contrib/quran-uthmani.txt
0 → 100644
This diff is collapsed.
contrib/ur.jawadi.txt
0 → 100644
This diff is collapsed.
data/README
0 → 100644
data/qurandb
0 → 100644
File added
index.js
0 → 100644
package.json
0 → 100644
| { | ||
| "_args": [ | ||
| [ | ||
| { | ||
| "raw": "quran", | ||
| "scope": null, | ||
| "escapedName": "quran", | ||
| "name": "quran", | ||
| "rawSpec": "", | ||
| "spec": "latest", | ||
| "type": "tag" | ||
| }, | ||
| "J:\\Quran\\qurandb" | ||
| ] | ||
| ], | ||
| "_from": "quran@latest", | ||
| "_id": "quran@0.0.8", | ||
| "_inCache": true, | ||
| "_location": "/quran", | ||
| "_nodeVersion": "2.0.1", | ||
| "_npmUser": { | ||
| "name": "qzaidi", | ||
| "email": "qasim@zaidi.me" | ||
| }, | ||
| "_npmVersion": "2.9.0", | ||
| "_phantomChildren": {}, | ||
| "_requested": { | ||
| "raw": "quran", | ||
| "scope": null, | ||
| "escapedName": "quran", | ||
| "name": "quran", | ||
| "rawSpec": "", | ||
| "spec": "latest", | ||
| "type": "tag" | ||
| }, | ||
| "_requiredBy": [ | ||
| "#USER" | ||
| ], | ||
| "_resolved": "https://registry.npmjs.org/quran/-/quran-0.0.8.tgz", | ||
| "_shasum": "953b4918db3fbd332718634768014fc8a631351f", | ||
| "_shrinkwrap": null, | ||
| "_spec": "quran", | ||
| "_where": "J:\\Quran\\qurandb", | ||
| "author": { | ||
| "name": "Qasim Zaidi", | ||
| "email": "qasim@zaidi.me" | ||
| }, | ||
| "bugs": { | ||
| "url": "http://github.com/qzaidi/quran/issues" | ||
| }, | ||
| "dependencies": { | ||
| "sqlite3": "*" | ||
| }, | ||
| "description": "npm module for Al-Quran (tanzil)", | ||
| "devDependencies": {}, | ||
| "directories": {}, | ||
| "dist": { | ||
| "shasum": "953b4918db3fbd332718634768014fc8a631351f", | ||
| "tarball": "https://registry.npmjs.org/quran/-/quran-0.0.8.tgz" | ||
| }, | ||
| "gitHead": "1f425c41a8c91510881230b18e1da7a8c6174a29", | ||
| "homepage": "https://github.com/qzaidi/quran#readme", | ||
| "keywords": [ | ||
| "islam", | ||
| "quran", | ||
| "allah", | ||
| "muslim", | ||
| "koran", | ||
| "hindi", | ||
| "urdu" | ||
| ], | ||
| "license": "LGPL", | ||
| "main": "index.js", | ||
| "maintainers": [ | ||
| { | ||
| "name": "qzaidi", | ||
| "email": "qasim@zaidi.me" | ||
| } | ||
| ], | ||
| "name": "quran", | ||
| "optionalDependencies": {}, | ||
| "readme": "ERROR: No README data found!", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git://github.com/qzaidi/quran.git" | ||
| }, | ||
| "scripts": { | ||
| "prepublish": "sh scripts/install", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "version": "0.0.8" | ||
| } |
quran/db.js
0 → 100644
quran/index.js
0 → 100644
quran/loader.js
0 → 100644
quran/loadtrans.js
0 → 100644
scripts/install
0 → 100644
test/quran.js
0 → 100644
test/select.js
0 → 100644
Please register or sign in to comment