package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "pend@1.2.0",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "pend@~1.2.0",
  9. "_id": "pend@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=",
  12. "_location": "/pend",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pend@1.2.0",
  18. "name": "pend",
  19. "escapedName": "pend",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/fd-slicer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  29. "_shasum": "7a57eb550a6783f9115331fcf4663d5c8e007a50",
  30. "_spec": "1.2.0",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Andrew Kelley",
  34. "email": "superjoe30@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/andrewrk/node-pend/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "dead-simple optimistic async helper",
  42. "homepage": "https://github.com/andrewrk/node-pend#readme",
  43. "license": "MIT",
  44. "main": "index.js",
  45. "name": "pend",
  46. "repository": {
  47. "type": "git",
  48. "url": "git://github.com/andrewrk/node-pend.git"
  49. },
  50. "scripts": {
  51. "test": "node test.js"
  52. },
  53. "version": "1.2.0"
  54. }