UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

79 lines (78 loc) 2.23 kB
{ "_args": [ [ "resolve-pathname@2.2.0", "/Users/frank.zickert/WebstormProjects/infrastructure-components" ] ], "_from": "resolve-pathname@2.2.0", "_id": "resolve-pathname@2.2.0", "_inBundle": false, "_integrity": "sha512-bAFz9ld18RzJfddgrO2e/0S2O81710++chRMUxHjXOYKF6jTAMrUNZrEZ1PvV0zlhfjidm08iRPdTLPno1FuRg==", "_location": "/resolve-pathname", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "resolve-pathname@2.2.0", "name": "resolve-pathname", "escapedName": "resolve-pathname", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/history" ], "_resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-2.2.0.tgz", "_spec": "2.2.0", "_where": "/Users/frank.zickert/WebstormProjects/infrastructure-components", "author": { "name": "Michael Jackson" }, "bugs": { "url": "https://github.com/mjackson/resolve-pathname/issues" }, "description": "Resolve URL pathnames using JavaScript", "devDependencies": { "babel-cli": "^6.5.1", "babel-core": "^6.5.2", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.3", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.5.0", "babel-preset-stage-1": "^6.24.1", "eslint": "^3.2.2", "eslint-plugin-import": "^2.0.0", "expect": "^1.14.0", "gzip-size": "^3.0.0", "in-publish": "^2.0.0", "mocha": "^3.0.0", "pretty-bytes": "^4.0.2", "readline-sync": "^1.4.1", "webpack": "^1.12.14" }, "files": [ "cjs", "index.js", "umd" ], "homepage": "https://github.com/mjackson/resolve-pathname#readme", "license": "MIT", "main": "cjs/index.js", "module": "index.js", "name": "resolve-pathname", "repository": { "type": "git", "url": "git+https://github.com/mjackson/resolve-pathname.git" }, "scripts": { "build": "node ./tools/build.js", "clean": "git clean -fdX .", "lint": "eslint modules", "prepublish": "node ./tools/build.js", "release": "node ./tools/release.js", "test": "mocha --compilers js:babel-core/register modules/**/*-test.js" }, "version": "2.2.0" }