mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
100 lines
4.1 KiB
JSON
100 lines
4.1 KiB
JSON
{
|
|
"@std/esm": {
|
|
"mode": "all",
|
|
"cjs": true
|
|
},
|
|
"_args": [
|
|
[
|
|
"indefinite-observable@2.0.1",
|
|
"/home/chinmay/Desktop/HackTJ2020/frontend"
|
|
]
|
|
],
|
|
"_from": "indefinite-observable@2.0.1",
|
|
"_id": "indefinite-observable@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-G8vgmork+6H9S8lUAg1gtXEj2JxIQTo0g2PbFiYOdjkziSI0F7UYBiVwhZRuixhBCNGczAls34+5HJPyZysvxQ==",
|
|
"_location": "/indefinite-observable",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "indefinite-observable@2.0.1",
|
|
"name": "indefinite-observable",
|
|
"escapedName": "indefinite-observable",
|
|
"rawSpec": "2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/jss"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/indefinite-observable/-/indefinite-observable-2.0.1.tgz",
|
|
"_spec": "2.0.1",
|
|
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
|
|
"author": {
|
|
"name": "The Indefinite Observable Authors",
|
|
"url": "see AUTHORS"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/material-motion/indefinite-observable-js/issues/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Google Inc."
|
|
},
|
|
{
|
|
"name": "and other contributors"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"symbol-observable": "1.2.0"
|
|
},
|
|
"description": "<!-- TODO: update version number before releasing, here and in the script tag --> [](https://www.npmjs.com/package/indefinite-observable/v/2.0.1) [](https://circleci.com/gh/material-motion/indefinite-observable-js/48) [](https://codecov.io/gh/material-motion/indefinite-observable-js/tree/f601df73be779477218f1fcf709b18e6b621de20/src)<br /> [](https://github.com/material-motion/indefinite-observable-js) [](https://circleci.com/gh/material-motion/indefinite-observable-js/tree/develop) [](https://codecov.io/gh/material-motion/indefinite-observable-js/branch/develop)",
|
|
"devDependencies": {
|
|
"@std/esm": "^0.26.0",
|
|
"chai": "3.5.0",
|
|
"codecov": "^1.0.1",
|
|
"mocha": "3.2.0",
|
|
"mocha-junit-reporter": "^1.18.0",
|
|
"mocha-sugar-free": "1.3.1",
|
|
"nyc": "^10.0.0",
|
|
"pre-commit": "1.1.3",
|
|
"pundle-dev": "1.1.11",
|
|
"rollup": "^0.67.4",
|
|
"rollup-plugin-node-resolve": "^3.4.0",
|
|
"rollup-plugin-typescript2": "^0.18.0",
|
|
"sinon": "2.0.0-pre.3",
|
|
"sinon-chai": "2.8.0",
|
|
"tsickle": "0.2.0",
|
|
"tslint": "4.0.2",
|
|
"tslint-junit-formatter": "^5.1.0",
|
|
"typescript": "3",
|
|
"typescript-pundle": "1.0.1"
|
|
},
|
|
"homepage": "https://github.com/material-motion/indefinite-observable-js/#readme",
|
|
"license": "Apache-2.0",
|
|
"module": "dist/index.js",
|
|
"name": "indefinite-observable",
|
|
"pre-commit": [
|
|
"build"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/material-motion/indefinite-observable-js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run clean; tsc; rollup --config rollup.config.js",
|
|
"clean": "rm -rf ./dist/*; mkdir -p ./dist/",
|
|
"lint": "tslint -c tslint.json --project tsconfig.json",
|
|
"posttest": "nyc report --reporter=json && codecov -f coverage/*.json",
|
|
"prepublish": "yarn run build",
|
|
"pretest": "yarn run lint; yarn run build; tsc --project ./tsconfig.tests.json",
|
|
"start": "node ./devServer.js",
|
|
"test": "nyc --require @std/esm mocha ./dist/**/__tests__/**.js"
|
|
},
|
|
"types": "dist/index.d.ts",
|
|
"typescript:main": "src/index.ts",
|
|
"unpkg": "dist/indefinite-observable.bundle.js",
|
|
"version": "2.0.1"
|
|
}
|