package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "pinkie@2.0.4",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "pinkie@2.0.4",
  9. "_id": "pinkie@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
  12. "_location": "/pinkie",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "pinkie@2.0.4",
  18. "name": "pinkie",
  19. "escapedName": "pinkie",
  20. "rawSpec": "2.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.4"
  23. },
  24. "_requiredBy": [
  25. "/pinkie-promise"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/pinkie/-/pinkie-2.0.4.tgz",
  28. "_spec": "2.0.4",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Vsevolod Strukchinsky",
  32. "email": "floatdrop@gmail.com",
  33. "url": "github.com/floatdrop"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/floatdrop/pinkie/issues"
  37. },
  38. "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
  39. "devDependencies": {
  40. "core-assert": "^0.1.1",
  41. "coveralls": "^2.11.4",
  42. "mocha": "*",
  43. "nyc": "^3.2.2",
  44. "promises-aplus-tests": "*",
  45. "xo": "^0.10.1"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/floatdrop/pinkie#readme",
  54. "keywords": [
  55. "promise",
  56. "promises",
  57. "es2015",
  58. "es6"
  59. ],
  60. "license": "MIT",
  61. "name": "pinkie",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/floatdrop/pinkie.git"
  65. },
  66. "scripts": {
  67. "coverage": "nyc report --reporter=text-lcov | coveralls",
  68. "test": "xo && nyc mocha"
  69. },
  70. "version": "2.0.4"
  71. }