package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "paypal-rest-sdk",
  3. "_id": "paypal-rest-sdk@1.8.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Trj2GuPn10GqpICAxQh5wjxuDT7rq7DMOkvyatz05wI5xPGmqXN7UC0WfDSF9WSBs4YdcWZP0g+nY+sOdaFggw==",
  6. "_location": "/paypal-rest-sdk",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "paypal-rest-sdk",
  12. "name": "paypal-rest-sdk",
  13. "escapedName": "paypal-rest-sdk",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/paypal-rest-sdk/-/paypal-rest-sdk-1.8.1.tgz",
  23. "_shasum": "5023fd42f43da628d18cc00d6bd566eacba74528",
  24. "_spec": "paypal-rest-sdk",
  25. "_where": "E:\\pokemon3\\项目PK3\\server\\recharge",
  26. "author": {
  27. "name": "PayPal",
  28. "email": "DL-PP-NODEJS-SDK@paypal.com",
  29. "url": "https://developer.paypal.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/paypal/PayPal-node-SDK/issues",
  33. "email": "DL-PP-NODEJS-SDK@paypal.com"
  34. },
  35. "bundleDependencies": false,
  36. "config": {
  37. "blanket": {
  38. "pattern": "lib",
  39. "data-cover-never": "node_modules"
  40. }
  41. },
  42. "dependencies": {
  43. "buffer-crc32": "^0.2.3",
  44. "semver": "^5.0.3"
  45. },
  46. "deprecated": false,
  47. "description": "SDK for PayPal REST APIs",
  48. "devDependencies": {
  49. "blanket": "~1.1.5",
  50. "chai": "~1.9.1",
  51. "grunt": "~0.4.1",
  52. "grunt-contrib-jshint": "~0.3.0",
  53. "grunt-jsdoc": "^0.5.8",
  54. "grunt-simple-mocha": "~0.4.0",
  55. "ink-docstrap": "^0.5.2",
  56. "jsdoc": "^3.3.0-beta1",
  57. "mocha": "~1.18.2",
  58. "mocha-lcov-reporter": "0.0.1",
  59. "nock": "0.36.2"
  60. },
  61. "engines": {
  62. "node": ">= v0.6.0"
  63. },
  64. "homepage": "https://github.com/paypal/PayPal-node-SDK",
  65. "keywords": [
  66. "paypal",
  67. "rest",
  68. "api",
  69. "sdk"
  70. ],
  71. "license": "SEE LICENSE IN https://github.com/paypal/PayPal-node-SDK/blob/master/LICENSE",
  72. "main": "./index.js",
  73. "name": "paypal-rest-sdk",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/paypal/PayPal-node-SDK.git"
  77. },
  78. "scripts": {
  79. "test": "grunt"
  80. },
  81. "version": "1.8.1"
  82. }