package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "indx@^0.2.3",
  6. "scope": null,
  7. "escapedName": "indx",
  8. "name": "indx",
  9. "rawSpec": "^0.2.3",
  10. "spec": ">=0.2.3 <0.3.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accord"
  14. ]
  15. ],
  16. "_from": "indx@>=0.2.3 <0.3.0",
  17. "_id": "indx@0.2.3",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/indx",
  21. "_nodeVersion": "0.12.0",
  22. "_npmUser": {
  23. "name": "jenius",
  24. "email": "jeff@carrotcreative.com"
  25. },
  26. "_npmVersion": "2.7.3",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "indx@^0.2.3",
  30. "scope": null,
  31. "escapedName": "indx",
  32. "name": "indx",
  33. "rawSpec": "^0.2.3",
  34. "spec": ">=0.2.3 <0.3.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/accord"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/indx/-/indx-0.2.3.tgz",
  41. "_shasum": "15dcf56ee9cf65c0234c513c27fbd580e70fbc50",
  42. "_shrinkwrap": null,
  43. "_spec": "indx@^0.2.3",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accord",
  45. "author": {
  46. "name": "Jeff Escalante",
  47. "email": "hello@jenius.me"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/jenius/indx/issues"
  51. },
  52. "dependencies": {},
  53. "description": "require_tree for node",
  54. "devDependencies": {
  55. "coffee-script": "1.7.x",
  56. "coveralls": "2.x",
  57. "istanbul": "0.3.x",
  58. "mocha": "1.x",
  59. "mocha-lcov-reporter": "0.0.1",
  60. "should": "4.x"
  61. },
  62. "directories": {},
  63. "dist": {
  64. "shasum": "15dcf56ee9cf65c0234c513c27fbd580e70fbc50",
  65. "tarball": "https://registry.npmjs.org/indx/-/indx-0.2.3.tgz"
  66. },
  67. "gitHead": "7f5f0b410ba055195dfe18371d9cb22eabb5e1df",
  68. "homepage": "https://github.com/jenius/indx",
  69. "license": "MIT",
  70. "main": "./index.js",
  71. "maintainers": [
  72. {
  73. "name": "jenius",
  74. "email": "hello@jenius.me"
  75. }
  76. ],
  77. "name": "indx",
  78. "optionalDependencies": {},
  79. "readme": "ERROR: No README data found!",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jenius/indx.git"
  83. },
  84. "scripts": {
  85. "coverage": "istanbul cover _mocha --report html -- -R spec && open coverage/index.html",
  86. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  87. "test": "mocha"
  88. },
  89. "version": "0.2.3"
  90. }