This project manages its dependencies using npm and defines a package named layui-src. Learn more
package.json 2.25 KB
{
  "_args": [
    [
      "layui-src@2.4.5",
      "E:\\changfa\\crscd-view"
    ]
  ],
  "_from": "layui-src@2.4.5",
  "_id": "layui-src@2.4.5",
  "_inBundle": false,
  "_integrity": "sha512-dPaMlKaq6nip9c8GoJccnVatN39k8I/p3UtqPvMX+TZKsAp6nGpysE7UZb5rvqGpZaL6ESqFqkmrwHj7BijLlA==",
  "_location": "/layui-src",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "layui-src@2.4.5",
    "name": "layui-src",
    "escapedName": "layui-src",
    "rawSpec": "2.4.5",
    "saveSpec": null,
    "fetchSpec": "2.4.5"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/layui-src/-/layui-src-2.4.5.tgz",
  "_spec": "2.4.5",
  "_where": "E:\\changfa\\crscd-view",
  "author": "",
  "bugs": {
    "url": "https://github.com/sentsin/layui/issues"
  },
  "dependencies": {},
  "description": "Classic modular front-end component library",
  "devDependencies": {
    "chai": "^4.1.1",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0 ",
    "gulp-header": "^1.8.8",
    "gulp-if": "^2.0.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.5.4",
    "gulp-zip": "^4.0.0",
    "karma": "^1.5.0",
    "karma-chai": "^0.1.0",
    "karma-chai-sinon": "^0.1.5",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sauce-launcher": "^1.1.0",
    "minimist": "^1.2.0",
    "mocha": "^3.2.0",
    "sinon": "^3.2.1",
    "sinon-chai": "^2.13.0"
  },
  "directories": {
    "doc": "doc",
    "example": "examples",
    "test": "test"
  },
  "homepage": "https://www.layui.com",
  "independents": {
    "layim": "3.8.0"
  },
  "keywords": [
    "layui",
    "ui",
    "JavaScript Framework",
    "toolkit",
    "front-end component library"
  ],
  "license": "MIT",
  "main": "layui.js",
  "name": "layui-src",
  "realname": "layui",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sentsin/layui.git"
  },
  "scripts": {
    "test": "karma start karma.conf.unit.js",
    "test:cov": "npm test -- --reporters mocha,coverage",
    "test:sauce": "karma start karma.conf.sauce.js",
    "test:watch": "npm test -- --auto-watch --no-single-run"
  },
  "version": "2.4.5"
}