12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_args": [
- [
- "comutils@1.1.19",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_from": "comutils@1.1.19",
- "_id": "comutils@1.1.19",
- "_inBundle": false,
- "_integrity": "sha512-JxXB67juILiwhdLwOsYyjUqwWEhHdObI0EClOPk+JDtEuTbac59s0pxGpfCBnNNQ5JommifmcMGneW/4Cg7YWw==",
- "_location": "/comutils",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "comutils@1.1.19",
- "name": "comutils",
- "escapedName": "comutils",
- "rawSpec": "1.1.19",
- "saveSpec": null,
- "fetchSpec": "1.1.19"
- },
- "_requiredBy": [
- "/vue-seamless-scroll"
- ],
- "_resolved": "https://registry.npmjs.org/comutils/-/comutils-1.1.19.tgz",
- "_spec": "1.1.19",
- "_where": "E:\\amr1.0\\AMR",
- "author": {
- "name": "chenxuan"
- },
- "bugs": {
- "url": "https://github.com/chenxuan0000/comutils/issues"
- },
- "description": "前端代码常用工具类",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.2",
- "babel-preset-env": "^1.6.1",
- "chalk": "^2.3.0",
- "copy": "^0.3.1",
- "ora": "^1.3.0",
- "power-assert": "^1.4.4",
- "rimraf": "^2.6.2",
- "webpack": "^3.8.1"
- },
- "homepage": "https://github.com/chenxuan0000/comutils#readme",
- "keywords": [
- "util",
- "tool",
- "commonUtil"
- ],
- "license": "MIT",
- "main": "build/comutils.min.js",
- "name": "comutils",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chenxuan0000/comutils.git"
- },
- "scripts": {
- "build": "node script/build.js",
- "jsBabel": "babel src -d babelLib",
- "singleCopy": "node script/singleCopy.js"
- },
- "version": "1.1.19"
- }
|