Files

107 lines
3.1 KiB
JSON
Raw Permalink Normal View History

2016-01-23 10:06:17 +00:00
{
2016-10-11 19:48:01 +01:00
"name": "yarn",
2016-10-11 16:26:10 +01:00
"version": "0.15.1",
2016-09-16 20:27:37 +01:00
"license": "BSD-2-Clause",
2016-01-23 10:06:17 +00:00
"preferGlobal": true,
"dependencies": {
2016-02-09 18:03:50 +00:00
"babel-runtime": "^6.0.0",
2016-10-07 19:23:58 +09:00
"bytes": "^2.4.0",
2016-09-24 19:17:59 +01:00
"camelcase": "^3.0.0",
2016-01-23 10:06:17 +00:00
"chalk": "^1.1.1",
"cmd-shim": "^2.0.1",
"commander": "^2.9.0",
"death": "^1.0.0",
2016-08-20 18:46:29 +01:00
"debug": "^2.2.0",
2016-09-24 19:17:59 +01:00
"defaults": "^1.0.3",
2016-02-10 20:20:49 +00:00
"diff": "^2.2.1",
"eslint-plugin-react": "5.2.2",
2016-09-24 19:17:59 +01:00
"github": "2.5.1",
"ini": "^1.3.4",
2016-01-23 10:06:17 +00:00
"invariant": "^2.2.0",
"is-builtin-module": "^1.0.0",
2016-07-21 11:10:08 +01:00
"leven": "^2.0.0",
2016-01-23 10:06:17 +00:00
"loud-rejection": "^1.2.0",
2016-08-18 00:31:00 +01:00
"minimatch": "^3.0.3",
2016-01-23 10:06:17 +00:00
"mkdirp": "^0.5.1",
"node-emoji": "^1.0.4",
"node-gyp": "^3.2.1",
2016-09-24 19:17:59 +01:00
"object-path": "^0.11.2",
"proper-lockfile": "^1.1.3",
"read": "^1.0.7",
2016-02-14 03:24:44 +00:00
"repeating": "^2.0.0",
2016-09-28 09:19:47 -07:00
"request": "^2.75.0",
"request-capture-har": "^1.1.4",
2016-01-23 10:06:17 +00:00
"rimraf": "^2.5.0",
"roadrunner": "^1.0.6",
2016-01-23 10:06:17 +00:00
"semver": "^5.1.0",
"strip-bom": "^2.0.0",
"tar": "^2.2.1",
"tar-stream": "^1.5.2",
"user-home": "^2.0.0",
2016-09-24 19:17:59 +01:00
"validate-npm-package-license": "^3.0.1"
2016-01-23 10:06:17 +00:00
},
"devDependencies": {
2016-10-05 12:43:55 +09:00
"babel-core": "^6.17.0",
2016-07-14 13:02:17 +01:00
"babel-eslint": "^6.1.2",
2016-07-29 18:57:22 +09:00
"babel-jest": "^14.0.0",
"babel-loader": "^6.2.5",
2016-08-19 16:00:49 +01:00
"babel-plugin-transform-es2015-typeof-symbol": "^6.8.0",
"babel-plugin-transform-inline-imports-commonjs": "^1.0.0",
2016-09-02 19:38:46 +01:00
"babel-plugin-transform-runtime": "^6.4.3",
2016-01-24 01:22:53 +00:00
"babel-preset-es2015": "^6.3.13",
2016-06-21 23:56:09 +01:00
"babel-preset-es2015-node4": "^2.1.0",
2016-01-23 10:06:17 +00:00
"babel-preset-node5": "^10.2.0",
"babel-preset-stage-0": "^6.0.0",
2016-07-22 14:41:02 +01:00
"babylon": "^6.5.0",
2016-08-16 23:05:13 +01:00
"eslint": "^3.3.1",
2016-08-18 00:31:00 +01:00
"eslint-config-fb-strict": "^14.1.3",
2016-08-16 23:05:13 +01:00
"eslint-config-fbjs": "^1.0.0",
2016-07-13 12:34:17 +01:00
"eslint-config-kittens": "^2.0.1",
2016-07-14 13:02:17 +01:00
"eslint-plugin-babel": "^3.3.0",
2016-09-14 15:42:28 +01:00
"eslint-plugin-flowtype": "^2.15.0",
2016-09-19 05:40:28 -04:00
"eslint-plugin-no-async-without-await": "^1.0.0",
2016-10-05 12:50:44 +01:00
"eslint-plugin-yarn-internal": "file:scripts/eslint-rules",
2016-10-03 20:24:37 -07:00
"flow-bin": "0.33.0",
2016-01-23 10:06:17 +00:00
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-newer": "^1.0.0",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
2016-10-05 15:03:46 +09:00
"jest": "^16.0.1",
"json-loader": "^0.5.4",
2016-02-15 13:21:04 +00:00
"mock-stdin": "^0.3.0",
"temp": "^0.8.3",
"webpack": "^2.1.0-beta.25"
2016-01-23 10:06:17 +00:00
},
"repository": "yarnpkg/yarn",
2016-01-23 10:06:17 +00:00
"bin": {
2016-10-11 16:19:56 +01:00
"yarn": "./bin/yarn.js"
2016-01-23 10:06:17 +00:00
},
"scripts": {
2016-09-06 16:36:48 +01:00
"test": "npm run lint && npm run test-only",
2016-10-05 15:57:36 +09:00
"test-ci": "npm run build && npm run test-only",
"check-lockfile": "./scripts/check-lockfile.sh",
2016-09-06 16:36:48 +01:00
"build": "gulp build",
"watch": "gulp watch",
2016-10-05 15:03:46 +09:00
"test-only": "jest --coverage --verbose",
2016-09-06 16:36:48 +01:00
"lint": "eslint . && flow check",
"release-branch": "./scripts/release-branch.sh",
2016-09-24 18:21:44 -07:00
"build-dist": "./scripts/build-dist.sh",
2016-10-04 10:15:16 -07:00
"build-chocolatey": "powershell ./scripts/build-chocolatey.ps1",
2016-09-24 18:21:44 -07:00
"build-win-installer": "scripts\\build-windows-installer.bat"
},
2016-07-29 18:57:22 +09:00
"jest": {
2016-09-02 19:38:46 +01:00
"timers": "fake",
2016-07-29 18:57:22 +09:00
"testEnvironment": "node",
2016-10-05 15:03:46 +09:00
"modulePathIgnorePatterns": [
"__tests__/fixtures/"
],
2016-07-29 18:57:22 +09:00
"testPathIgnorePatterns": [
2016-10-05 15:03:46 +09:00
"__tests__/(fixtures|__mocks__)/",
2016-08-29 02:10:23 +01:00
"updates/",
2016-10-12 15:07:58 +02:00
"/_(temp|mock|install|init).js$"
]
2016-01-23 10:06:17 +00:00
}
}