UNPKG

plotly-icons

Version:
88 lines (87 loc) 3 kB
{ "_from": "babel-plugin-transform-react-remove-prop-types@0.4.8", "_id": "babel-plugin-transform-react-remove-prop-types@0.4.8", "_inBundle": false, "_integrity": "sha1-Cv8EvB1lZOxJzyO8/7mcEYgZWNs=", "_location": "/babel-plugin-transform-react-remove-prop-types", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "babel-plugin-transform-react-remove-prop-types@0.4.8", "name": "babel-plugin-transform-react-remove-prop-types", "escapedName": "babel-plugin-transform-react-remove-prop-types", "rawSpec": "0.4.8", "saveSpec": null, "fetchSpec": "0.4.8" }, "_requiredBy": [ "/next" ], "_resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.8.tgz", "_shasum": "0aff04bc1d6564ec49cf23bcffb99c11881958db", "_spec": "babel-plugin-transform-react-remove-prop-types@0.4.8", "_where": "/Users/verazabeida/plotly/plotly-icons/demo/node_modules/next", "author": { "name": "Nikita Gusakov" }, "bugs": { "url": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types/issues" }, "bundleDependencies": false, "dependencies": { "babel-traverse": "^6.25.0" }, "deprecated": false, "description": "Remove unnecessary React propTypes from the production build", "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-generator": "^6.25.0", "babel-plugin-flow-react-proptypes": "^4.1.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "chai": "^4.1.0", "eslint": "^3.19.0", "eslint-config-airbnb": "^15.1.0", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-flowtype": "^2.35.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-mocha": "^4.11.0", "eslint-plugin-react": "^7.1.0", "flow-bin": "^0.51.1", "mocha": "^3.5.0", "path-exists": "^3.0.0", "pkgfiles": "^2.3.2" }, "homepage": "https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types#readme", "keywords": [ "babel", "babel-plugin", "react", "minification", "propTypes" ], "license": "MIT", "main": "lib/index.js", "name": "babel-plugin-transform-react-remove-prop-types", "repository": { "type": "git", "url": "git+https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types.git" }, "scripts": { "build": "babel src --out-dir lib", "flow": "flow", "lint": "eslint . && echo \"eslint: no lint errors\"", "prebuild": "rm -rf lib/", "test": "npm run lint && npm run test:unit && npm run flow", "test:unit": "mocha", "test:watch": "mocha -w", "version": "npm run build && pkgfiles" }, "version": "0.4.8" }