1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/arrify/package.json
2020-03-03 22:30:50 +02:00

75 lines
1.6 KiB
JSON

{
"_args": [
[
"arrify@2.0.1",
"C:\\Users\\matia\\Musix"
]
],
"_from": "arrify@2.0.1",
"_id": "arrify@2.0.1",
"_inBundle": false,
"_integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==",
"_location": "/arrify",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "arrify@2.0.1",
"name": "arrify",
"escapedName": "arrify",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/@google-cloud/common",
"/@google-cloud/paginator",
"/@google-cloud/storage",
"/google-auth-library"
],
"_resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/arrify/issues"
},
"description": "Convert a value to an array",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/arrify#readme",
"keywords": [
"array",
"arrify",
"arrayify",
"convert",
"value",
"ensure"
],
"license": "MIT",
"name": "arrify",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/arrify.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.0.1"
}