Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "fxq", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
"main": "./fxq.js", | ||
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io/)", | ||
"license": "MIT", | ||
"main": "./cjs/fxq.js", | ||
"jsnext:main": "./es/fxq.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"clean": "rimraf es cjs", | ||
"lint": "eslint src", | ||
"build": "npm run build:cjs && npm run build:es", | ||
"build:cjs": "BABEL_ENV=cjs babel src --out-dir cjs", | ||
"build:es": "BABEL_ENV=es babel src --out-dir es", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepublish": "npm run clean && npm run lint && npm run build" | ||
}, | ||
"author": "Linus Miller <lohfu@lohfu.io> (https://lohfu.io)", | ||
"license": "MIT" | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/lohfu/fxq.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/lohfu/fxq/issues" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-plugin-check-es2015-constants": "^6.8.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.10.1", | ||
"babel-plugin-transform-es2015-classes": "^6.9.0", | ||
"babel-plugin-transform-es2015-computed-properties": "^6.8.0", | ||
"babel-plugin-transform-es2015-destructuring": "^6.9.0", | ||
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0", | ||
"babel-plugin-transform-es2015-for-of": "^6.8.0", | ||
"babel-plugin-transform-es2015-function-name": "^6.9.0", | ||
"babel-plugin-transform-es2015-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.11.5", | ||
"babel-plugin-transform-es2015-object-super": "^6.8.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.11.4", | ||
"babel-plugin-transform-es2015-shorthand-properties": "^6.8.0", | ||
"babel-plugin-transform-es2015-spread": "^6.8.0", | ||
"babel-plugin-transform-es2015-sticky-regex": "^6.8.0", | ||
"babel-plugin-transform-es2015-template-literals": "^6.8.0", | ||
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0", | ||
"babel-plugin-transform-es2015-unicode-regex": "^6.11.0", | ||
"eslint": "^3.3.1", | ||
"eslint-config-airbnb-base": "^5.0.3", | ||
"eslint-plugin-import": "^1.14.0", | ||
"rimraf": "^2.5.4" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -7,2 +7,8 @@ # fxq | ||
## Installation | ||
``` | ||
npm install fxq | ||
``` | ||
## Methods | ||
@@ -9,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
11456
9
228
1
22
0
26
2