Files

93 lines
2.3 KiB
JSON

{
"_from": "pinterest-node-api",
"_id": "pinterest-node-api@0.0.3",
"_inBundle": false,
"_integrity": "sha512-OqlF1rnU0AYMWEcWJUSwGjw42/xmVCVBRcSXFDoIK+ml7H6UyA55H+dqkNZ0xZdrg8cm8gr5OZxWD0Tw6SYANQ==",
"_location": "/pinterest-node-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pinterest-node-api",
"name": "pinterest-node-api",
"escapedName": "pinterest-node-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pinterest-node-api/-/pinterest-node-api-0.0.3.tgz",
"_shasum": "83d6812e30454845adec1ce6ee2c86ba42f1f65e",
"_spec": "pinterest-node-api",
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-pinterestapiclient",
"author": {
"name": "Vijay Patoliya",
"email": "osi.vijay@gmail.com"
},
"bugs": {
"url": "https://github.com/vijaypatoliya/pinterest-node-api/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Vijay Patoliya",
"url": "osi.vijay@gmail.com"
}
],
"dependencies": {
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"debug": "^4.1.0",
"iconv-lite": "^0.4.24",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"qs": "^6.6.0",
"xml2js": "^0.4.19"
},
"deprecated": false,
"description": "pinterest api wrapper",
"devDependencies": {
"jshint": "^2.9.7"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">= v0.10.0"
},
"homepage": "https://github.com/vijaypatoliya/pinterest-node-api",
"keywords": [
"pinterest",
"pinterest node",
"pinterest node API",
"pinterest API",
"pinterest sdk",
"pinterest users API",
"pinterest boards API",
"pinterest pins API",
"pinterest sections API",
"pinterest-node",
"pinterest-node-api",
"pinterest-client",
"pinterest-sdk"
],
"license": "MIT",
"main": "lib/index.js",
"name": "pinterest-node-api",
"repository": {
"type": "git",
"url": "git+https://github.com/vijaypatoliya/pinterest-node-api.git"
},
"scripts": {
"lint": "jshint ./",
"test": "npm run lint",
"test.mocha": "npm run lint && mocha"
},
"version": "0.0.3"
}