package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "promise@7.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "promise@7.3.1",
  10. "_id": "promise@7.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-BktyYCsY+Q8pGSuLG8QY/9Hr078=",
  13. "_location": "/promise",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "promise@7.3.1",
  20. "name": "promise",
  21. "escapedName": "promise",
  22. "rawSpec": "7.3.1",
  23. "saveSpec": null,
  24. "fetchSpec": "7.3.1"
  25. },
  26. "_requiredBy": [
  27. "/less"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/promise/download/promise-7.3.1.tgz",
  30. "_spec": "7.3.1",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "ForbesLindesay"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/then/promise/issues"
  37. },
  38. "dependencies": {
  39. "asap": "~2.0.3"
  40. },
  41. "description": "Bare bones Promises/A+ implementation",
  42. "devDependencies": {
  43. "acorn": "^1.0.1",
  44. "better-assert": "*",
  45. "istanbul": "^0.3.13",
  46. "mocha": "*",
  47. "promises-aplus-tests": "*",
  48. "rimraf": "^2.3.2"
  49. },
  50. "homepage": "https://github.com/then/promise#readme",
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "promise",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/then/promise.git"
  57. },
  58. "scripts": {
  59. "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
  60. "prepublish": "node build",
  61. "pretest": "node build",
  62. "pretest-extensions": "node build",
  63. "pretest-memory-leak": "node build",
  64. "pretest-resolve": "node build",
  65. "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
  66. "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
  67. "test-memory-leak": "node --expose-gc test/memory-leak.js",
  68. "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
  69. },
  70. "version": "7.3.1"
  71. }