1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "paypal-rest-sdk",
- "_id": "paypal-rest-sdk@1.8.1",
- "_inBundle": false,
- "_integrity": "sha512-Trj2GuPn10GqpICAxQh5wjxuDT7rq7DMOkvyatz05wI5xPGmqXN7UC0WfDSF9WSBs4YdcWZP0g+nY+sOdaFggw==",
- "_location": "/paypal-rest-sdk",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "paypal-rest-sdk",
- "name": "paypal-rest-sdk",
- "escapedName": "paypal-rest-sdk",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/paypal-rest-sdk/-/paypal-rest-sdk-1.8.1.tgz",
- "_shasum": "5023fd42f43da628d18cc00d6bd566eacba74528",
- "_spec": "paypal-rest-sdk",
- "_where": "E:\\pokemon3\\项目PK3\\server\\recharge",
- "author": {
- "name": "PayPal",
- "email": "DL-PP-NODEJS-SDK@paypal.com",
- "url": "https://developer.paypal.com/"
- },
- "bugs": {
- "url": "https://github.com/paypal/PayPal-node-SDK/issues",
- "email": "DL-PP-NODEJS-SDK@paypal.com"
- },
- "bundleDependencies": false,
- "config": {
- "blanket": {
- "pattern": "lib",
- "data-cover-never": "node_modules"
- }
- },
- "dependencies": {
- "buffer-crc32": "^0.2.3",
- "semver": "^5.0.3"
- },
- "deprecated": false,
- "description": "SDK for PayPal REST APIs",
- "devDependencies": {
- "blanket": "~1.1.5",
- "chai": "~1.9.1",
- "grunt": "~0.4.1",
- "grunt-contrib-jshint": "~0.3.0",
- "grunt-jsdoc": "^0.5.8",
- "grunt-simple-mocha": "~0.4.0",
- "ink-docstrap": "^0.5.2",
- "jsdoc": "^3.3.0-beta1",
- "mocha": "~1.18.2",
- "mocha-lcov-reporter": "0.0.1",
- "nock": "0.36.2"
- },
- "engines": {
- "node": ">= v0.6.0"
- },
- "homepage": "https://github.com/paypal/PayPal-node-SDK",
- "keywords": [
- "paypal",
- "rest",
- "api",
- "sdk"
- ],
- "license": "SEE LICENSE IN https://github.com/paypal/PayPal-node-SDK/blob/master/LICENSE",
- "main": "./index.js",
- "name": "paypal-rest-sdk",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/paypal/PayPal-node-SDK.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "1.8.1"
- }
|