mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-25 10:01:30 -04:00
100 lines
2.6 KiB
JSON
100 lines
2.6 KiB
JSON
{
|
|
"_from": "standard-engine@~7.0.0",
|
|
"_id": "standard-engine@7.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-67d7nI/CyBZf+jU72Rug3/Qa9pA=",
|
|
"_location": "/standard-engine",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "standard-engine@~7.0.0",
|
|
"name": "standard-engine",
|
|
"escapedName": "standard-engine",
|
|
"rawSpec": "~7.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~7.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/standard"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/standard-engine/-/standard-engine-7.0.0.tgz",
|
|
"_shasum": "ebb77b9c8fc2c8165ffa353bd91ba0dff41af690",
|
|
"_spec": "standard-engine@~7.0.0",
|
|
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/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": "^2.1.0",
|
|
"get-stdin": "^5.0.1",
|
|
"minimist": "^1.1.0",
|
|
"pkg-conf": "^2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Wrap your standards in a tortilla and cover it in special sauce.",
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.1.1",
|
|
"cross-spawn": "^5.0.0",
|
|
"eslint": "^3.0.1",
|
|
"eslint-config-standard": "^8.0.0-beta.2",
|
|
"eslint-config-standard-jsx": "^3.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-node": "^4.2.2",
|
|
"eslint-plugin-promise": "^3.4.0",
|
|
"eslint-plugin-react": "^6.0.0",
|
|
"eslint-plugin-standard": "^2.0.0",
|
|
"mkdirp": "^0.5.0",
|
|
"run-parallel-limit": "^1.0.1",
|
|
"standard": "*",
|
|
"standard-packages": "^3.0.14",
|
|
"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",
|
|
"test-offline": "npm test -- --offline",
|
|
"test-offline-quick": "npm test -- --offline --quick",
|
|
"test-quick": "npm test -- --quick"
|
|
},
|
|
"version": "7.0.0"
|
|
}
|