123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- {
- "_args": [
- [
- {
- "raw": "squel",
- "scope": null,
- "escapedName": "squel",
- "name": "squel",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/home/robert/workspace/code-examples"
- ]
- ],
- "_from": "squel@latest",
- "_id": "squel@5.3.3",
- "_inCache": true,
- "_installable": true,
- "_location": "/squel",
- "_nodeVersion": "4.4.5",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/squel-5.3.3.tgz_1468293914304_0.008654354372993112"
- },
- "_npmUser": {
- "name": "hiddentao",
- "email": "ram@hiddentao.com"
- },
- "_npmVersion": "3.9.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "squel",
- "scope": null,
- "escapedName": "squel",
- "name": "squel",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/squel/-/squel-5.3.3.tgz",
- "_shasum": "c7cf6d8a9c83b04052e99976ac135d9d43753368",
- "_shrinkwrap": null,
- "_spec": "squel",
- "_where": "/home/robert/workspace/code-examples",
- "author": {
- "name": "Ramesh Nair",
- "email": "ram@hiddentao.com",
- "url": "http://www.hiddentao.com/"
- },
- "bugs": {
- "url": "https://github.com/hiddentao/squel/issues"
- },
- "contributors": [
- {
- "name": "Ramesh Nair",
- "email": "ram@hiddentao.com",
- "url": "http://www.hiddentao.com/"
- },
- {
- "name": "Sergej Brjuchanov",
- "email": "serges@seznam.cz"
- }
- ],
- "dependencies": {},
- "description": "SQL query string builder",
- "devDependencies": {
- "babel-preset-es2015": "^6.6.0",
- "chai": "1.5.x",
- "coffee-script": "^1.10.0",
- "gulp": "^3.9.1",
- "gulp-babel": "^6.1.2",
- "gulp-concat": "^2.6.0",
- "gulp-insert": "^0.5.0",
- "gulp-mocha": "^2.2.0",
- "gulp-replace": "^0.5.4",
- "gulp-uglify": "^1.5.3",
- "gulp-umd": "^0.2.0",
- "load-grunt-tasks": "~0.1.0",
- "mocha": "1.9.x",
- "run-sequence": "^1.1.5",
- "sinon": "1.6.x",
- "time-grunt": "~0.1.1",
- "uglify-js": "1.3.x",
- "underscore": "1.4.x",
- "yargs": "^4.7.1"
- },
- "directories": {},
- "dist": {
- "shasum": "c7cf6d8a9c83b04052e99976ac135d9d43753368",
- "tarball": "https://registry.npmjs.org/squel/-/squel-5.3.3.tgz"
- },
- "engines": {
- "node": ">= 0.12.0"
- },
- "gitHead": "6cf684a998795a29a8a10124fd9fc6e15282ac72",
- "homepage": "https://github.com/hiddentao/squel#readme",
- "keywords": [
- "sql",
- "database",
- "rdbms"
- ],
- "main": "dist/squel.js",
- "maintainers": [
- {
- "name": "hiddentao",
- "email": "ram@hiddentao.com"
- }
- ],
- "name": "squel",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hiddentao/squel.git"
- },
- "scripts": {
- "build": "gulp",
- "prepublish": "npm run build",
- "test": "gulp"
- },
- "version": "5.3.3"
- }
|