spaceout/front_end/node_modules/array-back/package.json
2020-12-12 10:25:30 -05:00

88 lines
2.1 KiB
JSON

{
"_args": [
[
"array-back@4.0.1",
"/home/chinmay/Desktop/HackTJ2020/frontend"
]
],
"_development": true,
"_from": "array-back@4.0.1",
"_id": "array-back@4.0.1",
"_inBundle": false,
"_integrity": "sha512-Z/JnaVEXv+A9xabHzN43FiiiWEE7gPCRXMrVmRm00tWbjZRul1iHm7ECzlyNq1p4a4ATXz+G9FJ3GqGOkOV3fg==",
"_location": "/array-back",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "array-back@4.0.1",
"name": "array-back",
"escapedName": "array-back",
"rawSpec": "4.0.1",
"saveSpec": null,
"fetchSpec": "4.0.1"
},
"_requiredBy": [
"/command-line-usage",
"/table-layout"
],
"_resolved": "https://registry.npmjs.org/array-back/-/array-back-4.0.1.tgz",
"_spec": "4.0.1",
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/array-back/issues"
},
"dependencies": {},
"description": "Guarantees an array back",
"devDependencies": {
"@test-runner/web": "^0.2.1",
"c8": "^6.0.1",
"coveralls": "^3.0.7",
"esm-runner": "^0.2.0",
"isomorphic-assert": "^0.1.1",
"jsdoc-to-markdown": "^5.0.2",
"rollup": "^1.26.5"
},
"engines": {
"node": ">=8"
},
"files": [
"index.mjs",
"dist/index.js"
],
"homepage": "https://github.com/75lb/array-back#readme",
"keywords": [
"to",
"convert",
"return",
"array",
"arrayify"
],
"license": "MIT",
"main": "dist/index.js",
"module": "index.mjs",
"name": "array-back",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/array-back.git"
},
"scripts": {
"cover": "c8 npm run test:esm && c8 report --reporter=text-lcov | coveralls",
"dist": "rollup -f umd -n arrayBack -o dist/index.js index.mjs",
"docs": "jsdoc2md -t README.hbs index.mjs -c jsdoc.conf > README.md",
"test": "npm run dist && npm run test:esm && npm run test:web",
"test:esm": "esm-runner test.mjs",
"test:web": "web-runner test.mjs"
},
"standard": {
"ignore": [
"dist"
]
},
"version": "4.0.1"
}