bigint-crypto-utils/node_modules/standard-engine/package.json

95 lines
2.4 KiB
JSON
Raw Normal View History

{
"_from": "standard-engine@^12.0.0",
"_id": "standard-engine@12.0.0",
"_inBundle": false,
"_integrity": "sha512-gJIIRb0LpL7AHyGbN9+hJ4UJns37lxmNTnMGRLC8CFrzQ+oB/K60IQjKNgPBCB2VP60Ypm6f8DFXvhVWdBOO+g==",
"_location": "/standard-engine",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "standard-engine@^12.0.0",
"name": "standard-engine",
"escapedName": "standard-engine",
"rawSpec": "^12.0.0",
"saveSpec": null,
"fetchSpec": "^12.0.0"
},
"_requiredBy": [
"/standard"
],
"_resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-12.0.0.tgz",
"_shasum": "1643dceba96ca9c04c535a1fb28d79bfb21b3572",
"_spec": "standard-engine@^12.0.0",
"_where": "/home/juan/bigint-crypto-utils/node_modules/standard",
"author": {
"name": "Dan Flettre",
"email": "flettre@gmail.com",
"url": "http://twitter.com/flettre/"
},
"bugs": {
"url": "https://github.com/flet/standard-engine/issues"
},
"bundleDependencies": false,
"dependencies": {
"deglob": "^4.0.0",
"get-stdin": "^7.0.0",
"minimist": "^1.1.0",
"pkg-conf": "^3.1.0"
},
"deprecated": false,
"description": "Wrap your standards in a tortilla and cover it in special sauce.",
"devDependencies": {
"babel-eslint": "^10.0.2",
"cross-spawn": "^6.0.3",
"eslint": "*",
"eslint-config-standard": "*",
"eslint-config-standard-jsx": "*",
"eslint-plugin-import": "*",
"eslint-plugin-node": "*",
"eslint-plugin-promise": "*",
"eslint-plugin-react": "*",
"eslint-plugin-standard": "*",
"mkdirp": "^0.5.0",
"standard": "*",
"tape": "^4.0.0"
},
"homepage": "https://github.com/flet/standard-engine",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"name": "standard-engine",
"repository": {
"type": "git",
"url": "git://github.com/flet/standard-engine.git"
},
"scripts": {
"test": "standard && tape test/clone.js test/api.js"
},
"version": "12.0.0"
}