Bones/node_modules/universalify/package.json

88 lines
2.2 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"universalify@^0.1.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\fs-extra"
]
],
"_from": "universalify@>=0.1.0-0 <0.2.0-0",
"_id": "universalify@0.1.0",
"_inCache": true,
"_location": "/universalify",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/universalify-0.1.0.tgz_1492871560174_0.5206800866872072"
},
"_npmUser": {
"email": "opensrc@ryanzim.com",
"name": "ryanzim"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {},
"_requested": {
"name": "universalify",
"raw": "universalify@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0-0 <0.2.0-0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.0.tgz",
"_shasum": "9eb1c4651debcc670cc94f1a75762332bb967778",
"_shrinkwrap": null,
"_spec": "universalify@^0.1.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\fs-extra",
"author": {
"email": "opensrc@ryanzim.com",
"name": "Ryan Zimmerman"
},
"bugs": {
"url": "https://github.com/RyanZim/universalify/issues"
},
"dependencies": {},
"description": "Make a callback- or promise-based function support both promises and callbacks.",
"devDependencies": {
"colortape": "^0.1.2",
"nyc": "^10.2.0",
"standard": "^10.0.1",
"tape": "^4.6.3"
},
"directories": {},
"dist": {
"shasum": "9eb1c4651debcc670cc94f1a75762332bb967778",
"tarball": "https://registry.npmjs.org/universalify/-/universalify-0.1.0.tgz"
},
"files": [
"index.js"
],
"gitHead": "003666ace34712273c8dfb27b7a92b1112573f15",
"homepage": "https://github.com/RyanZim/universalify#readme",
"installable": true,
"keywords": [
"callback",
"native",
"promise"
],
"license": "MIT",
"maintainers": [
{
"name": "ryanzim",
"email": "opensrc@ryanzim.com"
}
],
"name": "universalify",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/RyanZim/universalify.git"
},
"scripts": {
"test": "standard && nyc tape test/*.js | colortape"
},
"version": "0.1.0"
}