UNPKG

plotly-icons

Version:
102 lines (101 loc) 3.56 kB
{ "_from": "prop-types-exact@1.1.1", "_id": "prop-types-exact@1.1.1", "_inBundle": false, "_integrity": "sha512-VrFC2QoIt7oj9bxVTAYDfDMBYV3u+VHQUOWJWk9OURT7uwPEenH879MQoAQ/reY2GZ55il6p/eCqHRs2nqm8wA==", "_location": "/prop-types-exact", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "prop-types-exact@1.1.1", "name": "prop-types-exact", "escapedName": "prop-types-exact", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/next" ], "_resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.1.1.tgz", "_shasum": "c2620207e4f77f9762fa1835b0387a464bd08978", "_spec": "prop-types-exact@1.1.1", "_where": "/Users/verazabeida/plotly/plotly-icons/demo/node_modules/next", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "bugs": { "url": "https://github.com/airbnb/prop-types-exact/issues" }, "bundleDependencies": false, "dependencies": { "has": "^1.0.1", "object.assign": "^4.0.4" }, "deprecated": false, "description": "For use with React PropTypes. Will error on any prop not explicitly specified.", "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-istanbul": "^4.1.4", "babel-plugin-transform-replace-object-assign": "^0.2.1", "babel-preset-airbnb": "^2.2.3", "chai": "^4.0.2", "eslint": "^3.19.0", "eslint-config-airbnb": "^15.0.1", "eslint-plugin-import": "^2.3.0", "eslint-plugin-jsx-a11y": "^5.0.3", "eslint-plugin-react": "^7.0.1", "in-publish": "^2.0.0", "mocha": "^3.4.2", "nyc": "^11.0.2", "prop-types": "^15.5.10", "react": "^0.13 || ^0.14 || ^15 || ^16.0.0-alpha.12", "reflect.ownkeys": "^0.2.0", "rimraf": "^2.6.1", "safe-publish-latest": "^1.1.1" }, "homepage": "https://github.com/airbnb/prop-types-exact#readme", "keywords": [ "react", "propTypes", "airbnb", "prop", "types", "validator", "validation", "exact" ], "license": "MIT", "main": "build", "name": "prop-types-exact", "repository": { "type": "git", "url": "git+https://github.com/airbnb/prop-types-exact.git" }, "scripts": { "build": "babel src --out-dir build --source-maps", "clean": "npm run clean:build && npm run clean:coverage", "clean:build": "rimraf build", "clean:cover": "rimraf coverage", "coverage": "nyc --show-process-tree npm run --silent mocha test -- --reporter=dot", "lint": "eslint .", "mocha": "mocha --recursive test/helpers/_failTestsOnErrors", "prebuild": "npm run clean:build", "precoverage": "NODE_ENV=test npm run build && npm run clean:cover", "prepublish": "safe-publish-latest && (not-in-publish || npm run build)", "pretest": "npm run lint", "pretravis": "npm run build", "react:13": "npm run react:clean && npm i --no-save react@0.13", "react:14": "npm run react:clean && npm i --no-save react@0.14 react-dom@0.14 react-addons-test-utils@0.14", "react:15": "npm run react:clean && npm i --no-save react@15 react-dom@15 react-addons-test-utils@15", "react:16": "npm run react:clean && npm i --no-save react@16.0.0-alpha.12 react-dom@16.0.0-alpha.12", "react:clean": "rimraf node_modules/react node_modules/react-dom node_modules/react-addons-test-utils", "test": "npm run tests-only", "tests-only": "npm run mocha test", "travis": "npm run tests-only" }, "version": "1.1.1" }