You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
3.8 KiB
95 lines
3.8 KiB
4 years ago
|
{
|
||
|
"_from": "cash-dom@^7.0.3",
|
||
|
"_id": "cash-dom@7.0.3",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-LEpDCCKA9S92l5z1Q8zwnIjqvA3OJOPrZ4pU712kan9SGhSSs0kKN2eWq1DQRa00uyLXIR50Yo0a7QVlG5c+yQ==",
|
||
|
"_location": "/cash-dom",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "cash-dom@^7.0.3",
|
||
|
"name": "cash-dom",
|
||
|
"escapedName": "cash-dom",
|
||
|
"rawSpec": "^7.0.3",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^7.0.3"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/crispy-css"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/cash-dom/-/cash-dom-7.0.3.tgz",
|
||
|
"_shasum": "48f6eab32af223aee2e4c40d4cc26c7762febb49",
|
||
|
"_spec": "cash-dom@^7.0.3",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/crispy-css",
|
||
|
"author": {
|
||
|
"name": "Ken Wheeler",
|
||
|
"email": "ken_wheeler@me.com"
|
||
|
},
|
||
|
"browser": "./dist/cash.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/fabiospampinato/cash/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {},
|
||
|
"deprecated": false,
|
||
|
"description": "An absurdly small jQuery alternative for modern browsers.",
|
||
|
"devDependencies": {
|
||
|
"browser-sync": "^2.26.3",
|
||
|
"coveralls": "^3.0.9",
|
||
|
"jquery": "^3.3.1",
|
||
|
"karma": "^4.0.0",
|
||
|
"karma-chrome-launcher": "^3.0.0",
|
||
|
"karma-coverage": "^2.0.1",
|
||
|
"karma-firefox-launcher": "^1.1.0",
|
||
|
"karma-qunit": "^4.0.0",
|
||
|
"karma-sauce-launcher": "^4.0.0",
|
||
|
"karma-spec-reporter": "0.0.32",
|
||
|
"opn-cli": "^3.1.0",
|
||
|
"pacco": "^2.1.4",
|
||
|
"qunit": "^2.7.1",
|
||
|
"qunit-ava-spec": "^1.0.0",
|
||
|
"typescript": "^3.9.3"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/fabiospampinato/cash",
|
||
|
"jsnext:main": "./dist/cash.esm.js",
|
||
|
"license": "MIT",
|
||
|
"main": "./dist/cash.js",
|
||
|
"module": "./dist/cash.esm.js",
|
||
|
"name": "cash-dom",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/fabiospampinato/cash.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build:deploy": "npm run build:prod && npm run build:esm",
|
||
|
"build:dev": "pacco build-javascript -e development",
|
||
|
"build:esm": "pacco build-javascript -e esm",
|
||
|
"build:prod": "pacco build-javascript",
|
||
|
"clean": "pacco clean",
|
||
|
"dev": "npm run build:dev && npm run watch:dev",
|
||
|
"graph": "pacco build-javascript --dependencies-graph --fresh",
|
||
|
"prepublishOnly": "npm run clean && npm run build:deploy && npm run test:karma",
|
||
|
"prod": "npm run build:prod && npm run watch:prod",
|
||
|
"test": "opn ./test/index.html",
|
||
|
"test:jquery": "npm run test:jquery:init && npm run test:jquery:build && cd ./test/jquery && npm i && opn http://localhost:4444/test/index.html\\?module=css && php -S localhost:4444",
|
||
|
"test:jquery:build": "cat ./node_modules/jquery/dist/jquery.js ./dist/cash.js ./test/jquery_patch.js > ./test/jquery/dist/jquery.js && cp ./test/jquery/dist/jquery.js ./test/jquery/dist/jquery.min.js",
|
||
|
"test:jquery:build:watch": "while sleep 1; do npm run test:jquery:build; done",
|
||
|
"test:jquery:init": "( git -C ./test/jquery reset --hard HEAD && git -C ./test/jquery pull ) || git clone https://github.com/jquery/jquery.git ./test/jquery",
|
||
|
"test:jquery:reverse": "npm run test:jquery:init && npm run test:jquery:reverse:build && npm run test:watch",
|
||
|
"test:jquery:reverse:build": "cat ./node_modules/jquery/dist/jquery.js ./dist/cash.min.js ./test/jquery_reverse_patch.js > ./dist/cash.js",
|
||
|
"test:jquery:reverse:build:watch": "while sleep 1; do npm run test:jquery:reverse:build; done",
|
||
|
"test:karma": "karma start --single-run",
|
||
|
"test:karma:coverage": "karma start --single-run --generate-coverage && open ./coverage/index.html",
|
||
|
"test:karma:sauce": "karma start --single-run --sauce",
|
||
|
"test:watch": "browser-sync start -s . --files test,dist/cash.js --startPath test --no-notify",
|
||
|
"watch:dev": "pacco watch-javascript -e development",
|
||
|
"watch:prod": "pacco watch-javascript"
|
||
|
},
|
||
|
"types": "dist/cash.d.ts",
|
||
|
"version": "7.0.3"
|
||
|
}
|