thedesk/app/node_modules/phin/package.json
2019-09-12 23:38:13 +09:00

73 lines
1.8 KiB
JSON

{
"_args": [
[
"phin@2.9.3",
"C:\\Users\\ryuki\\TheDesk\\app"
]
],
"_from": "phin@2.9.3",
"_id": "phin@2.9.3",
"_inBundle": false,
"_integrity": "sha512-CzFr90qM24ju5f88quFC/6qohjC144rehe5n6DH900lgXmUe86+xCKc10ev56gRKC4/BkHUoG4uSiQgBiIXwDA==",
"_location": "/phin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "phin@2.9.3",
"name": "phin",
"escapedName": "phin",
"rawSpec": "2.9.3",
"saveSpec": null,
"fetchSpec": "2.9.3"
},
"_requiredBy": [
"/@jimp/core",
"/load-bmfont"
],
"_resolved": "https://registry.npmjs.org/phin/-/phin-2.9.3.tgz",
"_spec": "2.9.3",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Ethan Davis"
},
"bugs": {
"url": "https://github.com/ethanent/phin/issues"
},
"description": "Ultra-simple, lightweight, dependency-free Node.JS HTTP request client",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"whew": "^1.0.0"
},
"files": [
"lib/phin.compiled.js",
"LICENSE"
],
"homepage": "https://github.com/ethanent/phin#readme",
"keywords": [
"http",
"https",
"request",
"fetch",
"ajax",
"url",
"uri"
],
"license": "MIT",
"main": "lib/phin.compiled.js",
"name": "phin",
"repository": {
"type": "git",
"url": "git+https://github.com/ethanent/phin.git"
},
"scripts": {
"build": "npx babel lib/phin.js --out-file lib/phin.compiled.js --presets env --minified --no-comments",
"gendocs": "rm -r docs || true && jsdoc -R README.md -d ./docs lib/phin.js",
"prepublishOnly": "npm run test-dev",
"test": "echo \"Tested before deployment.\" && exit 0",
"test-dev": "node ./tests/test.js"
},
"version": "2.9.3"
}