create-js-app-scripts
Version:
Configuration and scripts for Create Js App.
95 lines (94 loc) • 2.61 kB
JSON
{
"_args": [
[
{
"raw": "whatwg-fetch@^0.9.0",
"scope": null,
"escapedName": "whatwg-fetch",
"name": "whatwg-fetch",
"rawSpec": "^0.9.0",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/fbjs"
]
],
"_from": "whatwg-fetch@>=0.9.0 <0.10.0",
"_id": "whatwg-fetch@0.9.0",
"_inCache": true,
"_installable": true,
"_location": "/whatwg-fetch",
"_npmUser": {
"name": "mattandrews",
"email": "matt@mattandre.ws"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "whatwg-fetch@^0.9.0",
"scope": null,
"escapedName": "whatwg-fetch",
"name": "whatwg-fetch",
"rawSpec": "^0.9.0",
"spec": ">=0.9.0 <0.10.0",
"type": "range"
},
"_requiredBy": [
"/fbjs"
],
"_resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-0.9.0.tgz",
"_shasum": "0e3684c6cb9995b43efc9df03e4c365d95fd9cc0",
"_shrinkwrap": null,
"_spec": "whatwg-fetch@^0.9.0",
"_where": "/private/var/folders/hb/91jhdgdx7t55s92ys5ts2c640000gn/T/tmp.zybSl3jg/node_modules/fbjs",
"bugs": {
"url": "https://github.com/github/fetch/issues"
},
"dependencies": {},
"description": "The global `fetch` function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely as possible to the standard Fetch specification at https://fetch.spec.whatwg.org.",
"devDependencies": {
"bower": "1.3.8",
"chai": "1.10.0",
"jshint": "2.5.2",
"mocha": "2.1.0",
"mocha-phantomjs": "3.5.2",
"phantomjs": "1.9.13"
},
"directories": {},
"dist": {
"shasum": "0e3684c6cb9995b43efc9df03e4c365d95fd9cc0",
"tarball": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-0.9.0.tgz"
},
"files": [
"LICENSE",
"fetch.js"
],
"gitHead": "030e72106cd7b2f1e616a4af6503ee3a6df0bdf5",
"homepage": "https://github.com/github/fetch",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/github/fetch/blob/master/LICENSE"
}
],
"main": "fetch.js",
"maintainers": [
{
"name": "mattandrews",
"email": "matt@mattandre.ws"
},
{
"name": "ftlabs",
"email": "ftlabs-opensource@ft.com"
}
],
"name": "whatwg-fetch",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/github/fetch.git"
},
"scripts": {},
"version": "0.9.0"
}