package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "fuzzaldrin@^2.1.0",
  6. "scope": null,
  7. "escapedName": "fuzzaldrin",
  8. "name": "fuzzaldrin",
  9. "rawSpec": "^2.1.0",
  10. "spec": ">=2.1.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views"
  14. ]
  15. ],
  16. "_from": "fuzzaldrin@>=2.1.0 <3.0.0",
  17. "_id": "[email protected]",
  18. "_inCache": true,
  19. "_location": "/fuzzaldrin",
  20. "_npmUser": {
  21. "name": "kevinsawicki",
  22. "email": "[email protected]"
  23. },
  24. "_npmVersion": "1.4.4",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "fuzzaldrin@^2.1.0",
  28. "scope": null,
  29. "escapedName": "fuzzaldrin",
  30. "name": "fuzzaldrin",
  31. "rawSpec": "^2.1.0",
  32. "spec": ">=2.1.0 <3.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/atom-space-pen-views"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz",
  39. "_shasum": "90204c3e2fdaa6941bb28d16645d418063a90e9b",
  40. "_shrinkwrap": null,
  41. "_spec": "fuzzaldrin@^2.1.0",
  42. "_where": "/home/loredan13/projects/atom/qsp/node_modules/atom-space-pen-views",
  43. "bugs": {
  44. "url": "https://github.com/atom/fuzzaldrin/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Fuzzy filtering and string scoring",
  48. "devDependencies": {
  49. "coffee-script": "~1.7",
  50. "grunt": "~0.4.1",
  51. "grunt-cli": "~0.1.8",
  52. "grunt-coffeelint": "0.0.6",
  53. "grunt-contrib-coffee": "~0.9.0",
  54. "grunt-shell": "~0.2.2",
  55. "jasmine-focused": "1.x"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "90204c3e2fdaa6941bb28d16645d418063a90e9b",
  60. "tarball": "https://registry.npmjs.org/fuzzaldrin/-/fuzzaldrin-2.1.0.tgz"
  61. },
  62. "homepage": "http://atom.github.io/fuzzaldrin",
  63. "keywords": [
  64. "fuzzy",
  65. "filter",
  66. "stringscore"
  67. ],
  68. "licenses": [
  69. {
  70. "type": "MIT",
  71. "url": "http://github.com/atom/fuzzaldrin/raw/master/LICENSE.md"
  72. }
  73. ],
  74. "main": "./lib/fuzzaldrin.js",
  75. "maintainers": [
  76. {
  77. "name": "kevinsawicki",
  78. "email": "[email protected]"
  79. },
  80. {
  81. "name": "probablycorey",
  82. "email": "[email protected]"
  83. },
  84. {
  85. "name": "nathansobo",
  86. "email": "[email protected]"
  87. },
  88. {
  89. "name": "benogle",
  90. "email": "[email protected]"
  91. }
  92. ],
  93. "name": "fuzzaldrin",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/atom/fuzzaldrin.git"
  99. },
  100. "scripts": {
  101. "benchmark": "coffee benchmark/benchmark.coffee",
  102. "prepublish": "grunt prepublish",
  103. "test": "grunt test"
  104. },
  105. "version": "2.1.0"
  106. }