{ "_from": "react-audio-analyser@^0.2.6", "_id": "react-audio-analyser@0.2.6", "_inBundle": false, "_integrity": "sha512-MYmog5/wIqBaXNNgrBnabmpVoI9ob+nG082WoT6Jt24Wu3Q20KfLiJraEzkfFWYz/R/fdx3bB179iH/a/hqcfw==", "_location": "/react-audio-analyser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "react-audio-analyser@^0.2.6", "name": "react-audio-analyser", "escapedName": "react-audio-analyser", "rawSpec": "^0.2.6", "saveSpec": null, "fetchSpec": "^0.2.6" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmmirror.com/react-audio-analyser/-/react-audio-analyser-0.2.6.tgz", "_shasum": "938748dc273848ed73ea7adf6beee3e60eb0a379", "_spec": "react-audio-analyser@^0.2.6", "_where": "/data/jenkins/workspace/front-v5-web", "author": { "name": "j_bleach", "email": "513755565@qq.com" }, "babel": { "presets": [ "react-app" ], "plugins": [ "transform-decorators-legacy" ] }, "bugs": { "url": "https://github.com/jiwenjiang/react-audio-analyser/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "audio recordings and draw the curve", "devDependencies": { "autoprefixer": "7.1.6", "babel-core": "6.26.0", "babel-eslint": "7.2.3", "babel-jest": "20.0.3", "babel-loader": "7.1.2", "babel-plugin-transform-decorators": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.5", "babel-preset-react-app": "^3.1.1", "babel-runtime": "6.26.0", "case-sensitive-paths-webpack-plugin": "2.1.1", "chalk": "1.1.3", "cross-env": "^5.2.0", "css-loader": "0.28.7", "dotenv": "4.0.0", "dotenv-expand": "4.2.0", "eslint": "4.10.0", "eslint-config-react-app": "^2.1.0", "eslint-loader": "1.9.0", "eslint-plugin-flowtype": "2.39.1", "eslint-plugin-import": "2.8.0", "eslint-plugin-jsx-a11y": "5.1.1", "eslint-plugin-react": "7.4.0", "extract-text-webpack-plugin": "3.0.2", "file-loader": "1.1.5", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0", "jest": "20.0.4", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.2.0", "postcss-loader": "2.0.8", "promise": "8.0.1", "prop-types": "^15.6.2", "raf": "3.4.0", "react": "^16.4.1", "react-dev-utils": "^5.0.1", "react-dom": "^16.4.1", "resolve": "1.6.0", "style-loader": "0.19.0", "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.6.2", "webpack": "3.8.1", "webpack-dev-server": "2.9.4", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3", "worker-loader": "^2.0.0", "workerize-loader": "^1.0.4" }, "eslintConfig": { "extends": "react-app" }, "files": [ "lib" ], "homepage": "http://.", "jest": { "collectCoverageFrom": [ "src/**/*.{js,jsx,mjs}" ], "setupFiles": [ "/config/polyfills.js" ], "testMatch": [ "/src/**/__tests__/**/*.{js,jsx,mjs}", "/src/**/?(*.)(spec|test).{js,jsx,mjs}" ], "testEnvironment": "node", "testURL": "http://localhost", "transform": { "^.+\\.(js|jsx|mjs)$": "/node_modules/babel-jest", "^.+\\.css$": "/config/jest/cssTransform.js", "^(?!.*\\.(js|jsx|mjs|css|json)$)": "/config/jest/fileTransform.js" }, "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$" ], "moduleNameMapper": { "^react-native$": "react-native-web" }, "moduleFileExtensions": [ "web.js", "js", "json", "web.jsx", "jsx", "node", "mjs" ] }, "keywords": [ "wav", "mp3", "encoder", "audio", "recorder", "react-audio", "audio-analyser", "audio-curve" ], "license": "MIT", "main": "lib/index.js", "name": "react-audio-analyser", "private": false, "repository": { "type": "git", "url": "git+https://github.com/jiwenjiang/react-audio-analyser.git" }, "scripts": { "build": "node scripts/build.js", "lib": "cross-env NODE_ENV=production babel src/component --copy-files --source-maps --extensions .js --out-dir lib", "start": "node scripts/start.js", "test": "node scripts/test.js --env=jsdom" }, "version": "0.2.6" }