package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "promise@^6.0.1",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less"
  6. ]
  7. ],
  8. "_from": "promise@>=6.0.1 <7.0.0",
  9. "_id": "promise@6.1.0",
  10. "_inCache": true,
  11. "_location": "/promise",
  12. "_npmUser": {
  13. "email": "forbes@lindesay.co.uk",
  14. "name": "forbeslindesay"
  15. },
  16. "_npmVersion": "1.5.0-alpha-4",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "promise",
  20. "raw": "promise@^6.0.1",
  21. "rawSpec": "^6.0.1",
  22. "scope": null,
  23. "spec": ">=6.0.1 <7.0.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/less"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
  30. "_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
  31. "_shrinkwrap": null,
  32. "_spec": "promise@^6.0.1",
  33. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less",
  34. "author": {
  35. "name": "ForbesLindesay"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/then/promise/issues"
  39. },
  40. "dependencies": {
  41. "asap": "~1.0.0"
  42. },
  43. "description": "Bare bones Promises/A+ implementation",
  44. "devDependencies": {
  45. "better-assert": "*",
  46. "mocha": "*",
  47. "promises-aplus-tests": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
  52. "tarball": "http://registry.npmjs.org/promise/-/promise-6.1.0.tgz"
  53. },
  54. "gitHead": "c627c0cc1f886ed3aa26edec97838ec9e7dd858b",
  55. "homepage": "https://github.com/then/promise",
  56. "installable": true,
  57. "license": "MIT",
  58. "main": "index.js",
  59. "maintainers": [
  60. {
  61. "name": "forbeslindesay",
  62. "email": "forbes@lindesay.co.uk"
  63. },
  64. {
  65. "name": "nathan7",
  66. "email": "nathan@nathan7.eu"
  67. }
  68. ],
  69. "name": "promise",
  70. "optionalDependencies": {},
  71. "repository": {
  72. "type": "git",
  73. "url": "https://github.com/then/promise.git"
  74. },
  75. "scripts": {
  76. "test": "mocha --timeout 200 --slow 99999",
  77. "test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
  78. "test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
  79. },
  80. "version": "6.1.0"
  81. }