Comparing version 1.0.0 to 1.0.1-next.6d0dca8f
{ | ||
"name": "cepheus", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"version": "1.0.1-next.6d0dca8f", | ||
"description": "functional css", | ||
"author": "escapace <opensource@escapace.com>", | ||
"license": "MPL-2.0", | ||
"files": [ | ||
"sass" | ||
], | ||
"main": "sass/_cepheus.scss", | ||
"eyeglass": { | ||
"sassDir": "sass", | ||
"exports": false, | ||
"name": "cepheus", | ||
"needs": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"breakpoint-sass": "^2.7.1" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"build": "vue-cli-service build", | ||
"build-storybook": "build-storybook", | ||
"e2e": "vue-cli-service e2e", | ||
"e2e:open": "vue-cli-service e2e:open", | ||
"lint": "sass-lint -vq", | ||
"serve": "vue-cli-service serve", | ||
"storybook": "start-storybook -p 8080", | ||
"test": "npm run lint", | ||
"test:travis": "npm run test" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC" | ||
"lint-staged": { | ||
"{src,test}/**/*.js": [ | ||
"prettier --write --trailing-comma none --no-semi --single-quote", | ||
"git add" | ||
], | ||
"**/*.scss": [ | ||
"sass-lint", | ||
"git add" | ||
], | ||
"**/*.json": [ | ||
"prettier --write --parser json", | ||
"git add" | ||
], | ||
"**/*.md": [ | ||
"prettier --parser markdown --print-width 80", | ||
"git add" | ||
] | ||
}, | ||
"gitHooks": { | ||
"commit-msg": "validate-commit-msg", | ||
"pre-commit": "lint-staged" | ||
}, | ||
"devDependencies": { | ||
"@storybook/addon-info": "^3.4.0", | ||
"@storybook/addon-notes": "^3.4.0", | ||
"@storybook/addon-storysource": "^3.4.0", | ||
"@storybook/addon-viewport": "^3.4.0", | ||
"@storybook/addons": "^3.4.0", | ||
"@storybook/vue": "^3.4.0", | ||
"@vue/cli-plugin-babel": "^3.0.0-beta.6", | ||
"@vue/cli-plugin-e2e-cypress": "^3.0.0-beta.6", | ||
"@vue/cli-service": "^3.0.0-beta.6", | ||
"airtable": "^0.5.2", | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-vue": "^2.0.2", | ||
"cepheus-typeface-inter-ui": "^3.2.0", | ||
"lint-staged": "^7.0.4", | ||
"node-sass": "^4.7.2", | ||
"prettier": "^1.11.1", | ||
"prismjs": "^1.13.0", | ||
"sass-lint": "^1.12.1", | ||
"sass-loader": "^6.0.6", | ||
"storybook": "^1.0.0", | ||
"storybook-readme": "^3.3.0", | ||
"validate-commit": "^3.4.0", | ||
"vue": "^2.5.13", | ||
"vue-markdown": "^2.2.4", | ||
"vue-router": "^3.0.1", | ||
"vue-template-compiler": "^2.5.13" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
93641
62
1
0
234
1
27
2
70
2
+ Addedbreakpoint-sass@^2.7.1
+ Addedbreakpoint-sass@2.7.1(transitive)