package.json
2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"_args": [
[
"fetch-jsonp",
"D:\\work\\McuClient"
]
],
"_from": "fetch-jsonp@latest",
"_id": "fetch-jsonp@1.0.6",
"_inCache": true,
"_installable": true,
"_location": "/fetch-jsonp",
"_nodeVersion": "5.7.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/fetch-jsonp-1.0.6.tgz_1486087842804_0.46444737794809043"
},
"_npmUser": {
"email": "neosoyn@gmail.com",
"name": "camsong"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "fetch-jsonp",
"raw": "fetch-jsonp",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.0.6.tgz",
"_shasum": "8d2ae174ed14108292f025f43fa07d2078de6736",
"_shrinkwrap": null,
"_spec": "fetch-jsonp",
"_where": "D:\\work\\McuClient",
"author": {
"name": "Cam Song"
},
"bugs": {
"url": "https://github.com/camsong/fetch-jsonp/issues"
},
"dependencies": {},
"description": "Fetch JSONP like a boss using Fetch API",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babel-eslint": "^4.0.5",
"chai": "^3.2.0",
"eslint": "^1.1.0",
"eslint-config-airbnb": "^0.0.7",
"eslint-plugin-react": "^3.2.1",
"mocha": "^2.2.5"
},
"directories": {},
"dist": {
"shasum": "8d2ae174ed14108292f025f43fa07d2078de6736",
"tarball": "https://registry.npmjs.org/fetch-jsonp/-/fetch-jsonp-1.0.6.tgz"
},
"gitHead": "3b1be53776fa36a548fbf2aa16063c27ca318661",
"homepage": "https://github.com/camsong/fetch-jsonp#readme",
"keywords": [
"fetch",
"jsonp",
"github fetch",
"ajax"
],
"license": "MIT",
"main": "build/fetch-jsonp.js",
"maintainers": [
{
"email": "neosoyn@gmail.com",
"name": "camsong"
}
],
"name": "fetch-jsonp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/camsong/fetch-jsonp.git"
},
"scripts": {
"build": "babel src/ --modules umd --out-dir build",
"clean": "rm -rf build",
"lint": "eslint src/ test/",
"test": "mocha --compilers js:babel/register --recursive --ui bdd --reporter spec"
},
"version": "1.0.6"
}