| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- {
- "name": "babel-loader",
- "version": "6.4.1",
- "description": "babel module loader for webpack",
- "files": [
- "lib"
- ],
- "main": "lib/index.js",
- "dependencies": {
- "find-cache-dir": "^0.1.1",
- "loader-utils": "^0.2.16",
- "mkdirp": "^0.5.1",
- "object-assign": "^4.0.1"
- },
- "peerDependencies": {
- "babel-core": "^6.0.0",
- "webpack": "1 || 2 || ^2.1.0-beta || ^2.2.0-rc"
- },
- "devDependencies": {
- "ava": "^0.17.0",
- "babel-cli": "^6.18.0",
- "babel-core": "^6.0.0",
- "babel-eslint": "^7.1.0",
- "babel-plugin-istanbul": "^3.0.0",
- "babel-plugin-react-intl": "^2.1.3",
- "babel-preset-es2015": "^6.0.0",
- "babel-preset-latest": "^6.16.0",
- "babel-register": "^6.18.0",
- "codecov": "^1.0.1",
- "cross-env": "^2.0.0",
- "eslint": "^3.8.1",
- "eslint-config-babel": "^6.0.0",
- "eslint-plugin-flowtype": "^2.25.0",
- "nyc": "^10.0.0",
- "react": "^15.1.0",
- "react-intl": "^2.1.2",
- "react-intl-webpack-plugin": "^0.0.3",
- "rimraf": "^2.4.3",
- "webpack": "^2.2.0-rc"
- },
- "scripts": {
- "clean": "rimraf lib/",
- "build": "babel src/ --out-dir lib/",
- "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
- "lint": "eslint src test",
- "preversion": "npm test",
- "prepublish": "npm run clean && npm run build",
- "test": "npm run lint && cross-env BABEL_ENV=test npm run build && npm run test-only",
- "test-ci": "cross-env BABEL_ENV=test npm run build && npm run test-only",
- "test-only": "nyc ava"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel-loader.git"
- },
- "keywords": [
- "webpack",
- "loader",
- "babel",
- "es6",
- "transpiler",
- "module"
- ],
- "author": "Luis Couto <hello@luiscouto.pt>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/babel/babel-loader/issues"
- },
- "homepage": "https://github.com/babel/babel-loader",
- "nyc": {
- "all": true,
- "include": [
- "src/**/*.js"
- ],
- "require": [
- "babel-register"
- ],
- "sourceMap": false,
- "instrument": false
- },
- "ava": {
- "files": [
- "test/**/*.test.js",
- "!test/fixtures/**/*",
- "!test/helpers/**/*"
- ],
- "source": [
- "src/**/*.js"
- ],
- "babel": "inherit"
- },
- "__npminstall_done": "Mon May 18 2020 19:19:02 GMT+0800 (CST)",
- "_from": "babel-loader@6.4.1",
- "_resolved": "https://registry.npm.taobao.org/babel-loader/download/babel-loader-6.4.1.tgz?cache=0&sync_timestamp=1584715959282&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbabel-loader%2Fdownload%2Fbabel-loader-6.4.1.tgz"
- }
|