Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "prejss-cli", | ||
"version": "0.1.0", | ||
"description": "PreJSS command line", | ||
"main": "index.js", | ||
"version": "0.2.0", | ||
"description": "Get ES6 or CommonJS modules from CSS/SCSS/LESS styles using PreJSS", | ||
"main": "lib/index.js", | ||
"bin": { | ||
"prejss-cli": "lib/cli.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"clean": "rimraf lib", | ||
"build:lib": "babel src --out-dir lib", | ||
"lint": "eslint src", | ||
"flow": "flow check src", | ||
"check": "npm run flow", | ||
"test": "jest", | ||
"build": "npm run build:lib && chmod u+x lib/cli.js", | ||
"example": "./lib/cli.js -f json examples --pretty --out-dir ./dist --config plugins=postcss-extend", | ||
"prepublish": "npm run clean && npm run build" | ||
}, | ||
"author": "", | ||
"license": "ISC" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/axept/prejss-cli.git" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"css-in-js", | ||
"prejss", | ||
"postcss", | ||
"postjss", | ||
"rework", | ||
"jss", | ||
"styled-components", | ||
"stylesheets", | ||
"scss", | ||
"sass", | ||
"less", | ||
"stylus", | ||
"sugarss" | ||
], | ||
"author": "Axept <office@axept.co>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/axept/prejss/issues" | ||
}, | ||
"homepage": "https://github.com/axept/prejss", | ||
"dependencies": { | ||
"commander": "^2.9.0", | ||
"fs-readdir-recursive": "^1.0.0", | ||
"glob": "^7.1.1", | ||
"lodash.uniq": "^4.5.0", | ||
"output-file-sync": "^1.1.2", | ||
"prejss-postcss-parser": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"babel": "^6.23.0", | ||
"babel-cli": "^6.23.0", | ||
"babel-core": "^6.23.1", | ||
"babel-eslint": "^7.1.1", | ||
"babel-jest": "^19.0.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-preset-stage-0": "^6.22.0", | ||
"eslint": "^3.16.1", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.10.0", | ||
"flow": "^0.2.3", | ||
"flow-bin": "^0.39.0", | ||
"jest": "^19.0.2", | ||
"postcss-extend": "^1.0.5", | ||
"rimraf": "^2.6.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
52193
21
142
1
1
0
37
6
18
4
+ Addedcommander@^2.9.0
+ Addedfs-readdir-recursive@^1.0.0
+ Addedglob@^7.1.1
+ Addedlodash.uniq@^4.5.0
+ Addedoutput-file-sync@^1.1.2
+ Addedprejss-postcss-parser@^0.3.0
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedargparse@1.0.10(transitive)
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbindings@1.5.0(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedcamelcase-css@1.0.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedcosmiconfig@2.2.2(transitive)
+ Addeddeasync@0.1.30(transitive)
+ Addederror-ex@1.3.2(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedfile-uri-to-path@1.0.0(transitive)
+ Addedfs-readdir-recursive@1.1.0(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-arrayish@0.2.1(transitive)
+ Addedis-directory@0.3.1(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedlodash.uniq@4.5.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedmkdirp@0.5.6(transitive)
+ Addednode-addon-api@1.7.2(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedos-homedir@1.0.2(transitive)
+ Addedoutput-file-sync@1.1.2(transitive)
+ Addedparse-json@2.2.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedpostcss-js@0.3.0(transitive)
+ Addedpostcss-load-config@1.2.0(transitive)
+ Addedpostcss-load-options@1.2.0(transitive)
+ Addedpostcss-load-plugins@2.3.0(transitive)
+ Addedpostcss-safe-parser@2.0.1(transitive)
+ Addedpostcss-scss@0.4.1(transitive)
+ Addedpostcss-simple-vars@3.1.0(transitive)
+ Addedprejss-postcss-parser@0.3.2(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)
+ Addedrequire-from-string@1.2.1(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)
+ Addedwrappy@1.0.2(transitive)