WIP - add extractor, generate snippet_data
This commit is contained in:
81
node_modules/xhr/package.json
generated
vendored
Normal file
81
node_modules/xhr/package.json
generated
vendored
Normal file
@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "xhr@^2.0.1",
|
||||
"_id": "xhr@2.5.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4nlO/14t3BNUZRXIXfXe+3N6w3s1KoxcJUUURctd64BLRe67E4gRwp4PjywtDY72fXpZ1y6Ch0VZQRY/gMPzzQ==",
|
||||
"_location": "/xhr",
|
||||
"_phantomChildren": {
|
||||
"min-document": "2.19.0"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "xhr@^2.0.1",
|
||||
"name": "xhr",
|
||||
"escapedName": "xhr",
|
||||
"rawSpec": "^2.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/load-bmfont"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xhr/-/xhr-2.5.0.tgz",
|
||||
"_shasum": "bed8d1676d5ca36108667692b74b316c496e49dd",
|
||||
"_spec": "xhr@^2.0.1",
|
||||
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/load-bmfont",
|
||||
"author": {
|
||||
"name": "Raynos",
|
||||
"email": "raynos2@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/naugtur/xhr/issues",
|
||||
"email": "naugtur@gmail.com"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jake Verbaten"
|
||||
},
|
||||
{
|
||||
"name": "Zbyszek Tenerowicz",
|
||||
"email": "naugtur@gmail.com"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"global": "~4.3.0",
|
||||
"is-function": "^1.0.1",
|
||||
"parse-headers": "^2.0.0",
|
||||
"xtend": "^4.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "small xhr abstraction",
|
||||
"devDependencies": {
|
||||
"for-each": "^0.3.2",
|
||||
"pre-commit": "1.2.2",
|
||||
"run-browser": "github:naugtur/run-browser",
|
||||
"tap-spec": "^4.0.2",
|
||||
"tape": "^4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/naugtur/xhr",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"http",
|
||||
"xmlhttprequest",
|
||||
"xhr2",
|
||||
"browserify"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index",
|
||||
"name": "xhr",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/naugtur/xhr.git"
|
||||
},
|
||||
"scripts": {
|
||||
"browser": "run-browser -m test/mock-server.js test/index.js",
|
||||
"test": "run-browser test/index.js -b -m test/mock-server.js | tap-spec"
|
||||
},
|
||||
"typings": "./index.d.ts",
|
||||
"version": "2.5.0"
|
||||
}
|
||||
Reference in New Issue
Block a user