package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "squel",
  6. "scope": null,
  7. "escapedName": "squel",
  8. "name": "squel",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/home/robert/workspace/code-examples"
  14. ]
  15. ],
  16. "_from": "squel@latest",
  17. "_id": "squel@5.3.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/squel",
  21. "_nodeVersion": "4.4.5",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/squel-5.3.3.tgz_1468293914304_0.008654354372993112"
  25. },
  26. "_npmUser": {
  27. "name": "hiddentao",
  28. "email": "ram@hiddentao.com"
  29. },
  30. "_npmVersion": "3.9.3",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "squel",
  34. "scope": null,
  35. "escapedName": "squel",
  36. "name": "squel",
  37. "rawSpec": "",
  38. "spec": "latest",
  39. "type": "tag"
  40. },
  41. "_requiredBy": [
  42. "#USER",
  43. "/"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/squel/-/squel-5.3.3.tgz",
  46. "_shasum": "c7cf6d8a9c83b04052e99976ac135d9d43753368",
  47. "_shrinkwrap": null,
  48. "_spec": "squel",
  49. "_where": "/home/robert/workspace/code-examples",
  50. "author": {
  51. "name": "Ramesh Nair",
  52. "email": "ram@hiddentao.com",
  53. "url": "http://www.hiddentao.com/"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/hiddentao/squel/issues"
  57. },
  58. "contributors": [
  59. {
  60. "name": "Ramesh Nair",
  61. "email": "ram@hiddentao.com",
  62. "url": "http://www.hiddentao.com/"
  63. },
  64. {
  65. "name": "Sergej Brjuchanov",
  66. "email": "serges@seznam.cz"
  67. }
  68. ],
  69. "dependencies": {},
  70. "description": "SQL query string builder",
  71. "devDependencies": {
  72. "babel-preset-es2015": "^6.6.0",
  73. "chai": "1.5.x",
  74. "coffee-script": "^1.10.0",
  75. "gulp": "^3.9.1",
  76. "gulp-babel": "^6.1.2",
  77. "gulp-concat": "^2.6.0",
  78. "gulp-insert": "^0.5.0",
  79. "gulp-mocha": "^2.2.0",
  80. "gulp-replace": "^0.5.4",
  81. "gulp-uglify": "^1.5.3",
  82. "gulp-umd": "^0.2.0",
  83. "load-grunt-tasks": "~0.1.0",
  84. "mocha": "1.9.x",
  85. "run-sequence": "^1.1.5",
  86. "sinon": "1.6.x",
  87. "time-grunt": "~0.1.1",
  88. "uglify-js": "1.3.x",
  89. "underscore": "1.4.x",
  90. "yargs": "^4.7.1"
  91. },
  92. "directories": {},
  93. "dist": {
  94. "shasum": "c7cf6d8a9c83b04052e99976ac135d9d43753368",
  95. "tarball": "https://registry.npmjs.org/squel/-/squel-5.3.3.tgz"
  96. },
  97. "engines": {
  98. "node": ">= 0.12.0"
  99. },
  100. "gitHead": "6cf684a998795a29a8a10124fd9fc6e15282ac72",
  101. "homepage": "https://github.com/hiddentao/squel#readme",
  102. "keywords": [
  103. "sql",
  104. "database",
  105. "rdbms"
  106. ],
  107. "main": "dist/squel.js",
  108. "maintainers": [
  109. {
  110. "name": "hiddentao",
  111. "email": "ram@hiddentao.com"
  112. }
  113. ],
  114. "name": "squel",
  115. "optionalDependencies": {},
  116. "readme": "ERROR: No README data found!",
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/hiddentao/squel.git"
  120. },
  121. "scripts": {
  122. "build": "gulp",
  123. "prepublish": "npm run build",
  124. "test": "gulp"
  125. },
  126. "version": "5.3.3"
  127. }