draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+99
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"_from": "underscore",
|
||||
"_id": "underscore@1.10.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-N4P+Q/BuyuEKFJ43B9gYuOj4TQUHXX+j2FqguVOpjkssLUUrnJofCcBccJSCoeturDoZU6GorDTHSvUDlSQbTg==",
|
||||
"_location": "/underscore",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "underscore",
|
||||
"name": "underscore",
|
||||
"escapedName": "underscore",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/underscore/-/underscore-1.10.2.tgz",
|
||||
"_shasum": "73d6aa3668f3188e4adb0f1943bd12cfd7efaaaf",
|
||||
"_spec": "underscore",
|
||||
"_where": "O:\\zero\\zero.Web",
|
||||
"author": {
|
||||
"name": "Jeremy Ashkenas",
|
||||
"email": "jeremy@documentcloud.org"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jashkenas/underscore/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "JavaScript's functional programming helper library.",
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"docco": "*",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"gzip-size-cli": "^1.0.0",
|
||||
"husky": "^4.2.3",
|
||||
"karma": "^0.13.13",
|
||||
"karma-qunit": "~2.0.1",
|
||||
"karma-sauce-launcher": "^1.2.0",
|
||||
"nyc": "^2.1.3",
|
||||
"pretty-bytes-cli": "^1.0.0",
|
||||
"qunit": "^2.6.0",
|
||||
"qunit-cli": "~0.2.0",
|
||||
"rollup": "^0.59.4",
|
||||
"uglify-js": "3.3.21"
|
||||
},
|
||||
"files": [
|
||||
"underscore.js",
|
||||
"underscore.js.map",
|
||||
"underscore-min.js",
|
||||
"underscore-min.js.map",
|
||||
"modules/"
|
||||
],
|
||||
"homepage": "https://underscorejs.org",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "npm run bundle && git add underscore.js underscore.js.map",
|
||||
"post-commit": "git reset underscore.js underscore.js.map"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"util",
|
||||
"functional",
|
||||
"server",
|
||||
"client",
|
||||
"browser"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "underscore.js",
|
||||
"module": "modules/index-all.js",
|
||||
"name": "underscore",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jashkenas/underscore.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run bundle && npm run minify -- --source-map content=underscore.js.map --source-map-url \" \" -o underscore-min.js",
|
||||
"bundle": "rollup --config && eslint underscore.js",
|
||||
"bundle-treeshake": "cd test-treeshake && npx rollup@latest --config",
|
||||
"coverage": "nyc npm run test-node && nyc report",
|
||||
"coveralls": "nyc npm run test-node && nyc report --reporter=text-lcov | coveralls",
|
||||
"doc": "cd docs && rollup -c && docco -o . underscore.js",
|
||||
"lint": "eslint modules/*.js test/*.js",
|
||||
"minify": "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/ .*/\" -m",
|
||||
"prepare-tests": "npm run bundle && npm run bundle-treeshake",
|
||||
"prepublishOnly": "npm run build && npm run doc",
|
||||
"test": "npm run lint && npm run test-node",
|
||||
"test-browser": "npm run prepare-tests && npm i karma-phantomjs-launcher && karma start",
|
||||
"test-node": "npm run prepare-tests && qunit-cli test/*.js",
|
||||
"weight": "npm run bundle && npm run minify | gzip-size | pretty-bytes"
|
||||
},
|
||||
"version": "1.10.2"
|
||||
}
|
||||
Reference in New Issue
Block a user