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.
138 lines
3.5 KiB
138 lines
3.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"jasmine-core@3.8.0",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "jasmine-core@3.8.0",
|
|
"_id": "jasmine-core@3.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-zl0nZWDrmbCiKns0NcjkFGYkVTGCPUgoHypTaj+G2AzaWus7QGoXARSlYsSle2VRpSdfJmM+hzmFKzQNhF2kHg==",
|
|
"_location": "/jasmine-core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "jasmine-core@3.8.0",
|
|
"name": "jasmine-core",
|
|
"escapedName": "jasmine-core",
|
|
"rawSpec": "3.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/",
|
|
"/karma-jasmine"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.8.0.tgz",
|
|
"_spec": "3.8.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"browserslist": [
|
|
"Safari >= 8",
|
|
"last 2 Chrome versions",
|
|
"last 2 Firefox versions",
|
|
"Firefox 68",
|
|
"last 2 Edge versions",
|
|
"IE >= 10"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/jasmine/jasmine/issues"
|
|
},
|
|
"description": "Simple JavaScript testing framework for browsers and node.js",
|
|
"devDependencies": {
|
|
"ejs": "^2.5.5",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-compat": "^3.8.0",
|
|
"fast-check": "^1.21.0",
|
|
"fast-glob": "^2.2.6",
|
|
"grunt": "^1.0.4",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-compress": "^1.3.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-css-url-embed": "^1.11.1",
|
|
"grunt-sass": "^3.0.2",
|
|
"jasmine": "^3.4.0",
|
|
"jasmine-browser-runner": "github:jasmine/jasmine-browser#main",
|
|
"jsdom": "^15.0.0",
|
|
"load-grunt-tasks": "^4.0.0",
|
|
"prettier": "1.17.1",
|
|
"sass": "^1.32.12",
|
|
"shelljs": "^0.8.3",
|
|
"temp": "^0.9.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:compat/recommended"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 5
|
|
},
|
|
"rules": {
|
|
"quotes": [
|
|
"error",
|
|
"single",
|
|
{
|
|
"avoidEscape": true
|
|
}
|
|
],
|
|
"no-unused-vars": [
|
|
"error",
|
|
{
|
|
"args": "none"
|
|
}
|
|
],
|
|
"block-spacing": "error",
|
|
"func-call-spacing": [
|
|
"error",
|
|
"never"
|
|
],
|
|
"key-spacing": "error",
|
|
"no-tabs": "error",
|
|
"no-trailing-spaces": "error",
|
|
"no-whitespace-before-property": "error",
|
|
"semi": [
|
|
"error",
|
|
"always"
|
|
],
|
|
"space-before-blocks": "error"
|
|
}
|
|
},
|
|
"files": [
|
|
"MIT.LICENSE",
|
|
"README.md",
|
|
"images/*.{png,svg}",
|
|
"lib/**/*.{js,css}",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://jasmine.github.io",
|
|
"keywords": [
|
|
"test",
|
|
"testing",
|
|
"jasmine",
|
|
"tdd",
|
|
"bdd"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/jasmine-core.js",
|
|
"name": "jasmine-core",
|
|
"prettier": {
|
|
"singleQuote": true
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jasmine/jasmine.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt buildDistribution",
|
|
"ci": "node spec/support/ci.js",
|
|
"ci:performance": "node spec/support/ci.js jasmine-browser-performance.json",
|
|
"cleanup": "prettier --write \"src/**/*.js\" \"spec/**/*.js\"",
|
|
"posttest": "eslint \"src/**/*.js\" \"spec/**/*.js\" && prettier --check \"src/**/*.js\" \"spec/**/*.js\"",
|
|
"serve": "node spec/support/localJasmineBrowser.js",
|
|
"serve:performance": "node spec/support/localJasmineBrowser.js jasmine-browser-performance.json",
|
|
"test": "grunt --stack execSpecsInNode"
|
|
},
|
|
"version": "3.8.0"
|
|
}
|