{ "_args": [ [ "promise-polyfill@8.3.0", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "promise-polyfill@8.3.0", "_id": "promise-polyfill@8.3.0", "_inBundle": false, "_integrity": "sha512-H5oELycFml5yto/atYqmjyigJoAo3+OXwolYiH7OfQuYlAqhxNvTfiNMbV9hsC6Yp83yE5r2KTVmtrG6R9i6Pg==", "_location": "/promise-polyfill", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "promise-polyfill@8.3.0", "name": "promise-polyfill", "escapedName": "promise-polyfill", "rawSpec": "8.3.0", "saveSpec": null, "fetchSpec": "8.3.0" }, "_requiredBy": [ "/zincjs" ], "_resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.3.0.tgz", "_spec": "8.3.0", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Taylor Hakes" }, "bugs": { "url": "https://github.com/taylorhakes/promise-polyfill/issues" }, "description": "Lightweight promise polyfill. A+ compliant", "devDependencies": { "browserify": "^16.2.3", "cross-env": "^5.1.1", "eslint": "^4.11.0", "google-closure-compiler": "^20180610.0.1", "husky": "^0.14.3", "karma": "^6.3.16", "karma-browserify": "^8.1.0", "karma-chrome-launcher": "^0.2.2", "karma-mocha": "^0.2.1", "lint-staged": "^5.0.0", "mocha": "^10.1.0", "npm-run-all": "^4.1.2", "prettier": "^1.8.2", "promises-aplus-tests": "*", "rimraf": "^2.6.2", "rollup": "^0.52.0", "rollup-plugin-uglify": "^2.0.1", "sinon": "^1.17.2", "typescript": "^4.6.2", "watchify": "^3.11.1" }, "files": [ "src", "lib", "dist" ], "homepage": "https://github.com/taylorhakes/promise-polyfill", "jsnext:main": "src/index.js", "keywords": [ "promise", "promise-polyfill", "ES6", "promises-aplus" ], "license": "MIT", "main": "lib/index.js", "module": "src/index.js", "name": "promise-polyfill", "repository": { "type": "git", "url": "git+https://github.com/taylorhakes/promise-polyfill.git" }, "scripts": { "build": "run-p build:**", "build:cjs": "rollup -i src/index.js -o lib/index.js -f cjs", "build:cjs-polyfill": "rollup -i src/polyfill.js -o lib/polyfill.js -f cjs", "build:umd-polyfill": "cross-env NODE_ENV=development rollup -i src/polyfill.js -o dist/polyfill.js -c rollup.umd.config.js", "build:umd-polyfill:min": "cross-env NODE_ENV=production rollup -i src/polyfill.js -o dist/polyfill.min.js -c rollup.umd.config.js", "ci-test": "npm run lint && mocha", "closure": "google-closure-compiler --js=src/*.js --checks_only --module_resolution=node --compilation_level=ADVANCED", "lint": "eslint src && npm run closure && npm run typescript", "prebuild": "rimraf lib dist", "precommit": "lint-staged", "prepare": "npm run build", "prepublish": "test $(npm -v | tr . '\\n' | head -n 1) -ge '4' || exit 1", "pretest": "npm run build:cjs", "test": "npm run lint && mocha && karma start --single-run", "typescript": "tsc --checkJS --allowJS --noEmit src/index.js" }, "unpkg": "dist/polyfill.min.js", "version": "8.3.0" }