package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "promise@^7.1.1",
  6. "scope": null,
  7. "escapedName": "promise",
  8. "name": "promise",
  9. "rawSpec": "^7.1.1",
  10. "spec": ">=7.1.1 <8.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/less"
  14. ]
  15. ],
  16. "_from": "promise@>=7.1.1 <8.0.0",
  17. "_id": "promise@7.1.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/promise",
  21. "_nodeVersion": "1.6.2",
  22. "_npmUser": {
  23. "name": "forbeslindesay",
  24. "email": "forbes@lindesay.co.uk"
  25. },
  26. "_npmVersion": "2.7.1",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "promise@^7.1.1",
  30. "scope": null,
  31. "escapedName": "promise",
  32. "name": "promise",
  33. "rawSpec": "^7.1.1",
  34. "spec": ">=7.1.1 <8.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/less"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz",
  41. "_shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
  42. "_shrinkwrap": null,
  43. "_spec": "promise@^7.1.1",
  44. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/less",
  45. "author": {
  46. "name": "ForbesLindesay"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/then/promise/issues"
  50. },
  51. "dependencies": {
  52. "asap": "~2.0.3"
  53. },
  54. "description": "Bare bones Promises/A+ implementation",
  55. "devDependencies": {
  56. "acorn": "^1.0.1",
  57. "better-assert": "*",
  58. "istanbul": "^0.3.13",
  59. "mocha": "*",
  60. "promises-aplus-tests": "*",
  61. "rimraf": "^2.3.2"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
  66. "tarball": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz"
  67. },
  68. "gitHead": "90757a38c86975f36893012581b72315b352d482",
  69. "homepage": "https://github.com/then/promise",
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "forbeslindesay",
  75. "email": "forbes@lindesay.co.uk"
  76. },
  77. {
  78. "name": "nathan7",
  79. "email": "nathan@nathan7.eu"
  80. }
  81. ],
  82. "name": "promise",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/then/promise.git"
  88. },
  89. "scripts": {
  90. "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
  91. "prepublish": "node build",
  92. "pretest": "node build",
  93. "pretest-extensions": "node build",
  94. "pretest-memory-leak": "node build",
  95. "pretest-resolve": "node build",
  96. "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
  97. "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
  98. "test-memory-leak": "node --expose-gc test/memory-leak.js",
  99. "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
  100. },
  101. "version": "7.1.1"
  102. }