UNPKG

@dr-coton/ios-device-list

Version:
58 lines (57 loc) 1.49 kB
{ "name": "@dr-coton/ios-device-list", "version": "1.2.0", "description": "Searchable collection of Apple devices", "main": "index.js", "browser": "dist/ios-device-list.min.js", "engines": { "node": ">=4" }, "scripts": { "test": "ava && npm run lint", "lint": "eslint index.js build-devices.js saved/save.js", "save": "node saved/save.js", "devices": "node build-devices.js", "webpack-dev": "node_modules/.bin/webpack", "webpack-prod": "node_modules/.bin/webpack --config webpack.prod.config.js", "dist": "npm run devices && npm run webpack-dev && npm run webpack-prod" }, "author": "Peter Bakondy <pbakondy@gmail.com>", "license": "MIT", "keywords": [ "ios", "iphone", "ipad", "ipod", "watch", "device", "devices", "model", "fccid", "list" ], "devDependencies": { "@babel/core": "^7.12.17", "@babel/preset-env": "^7.12.17", "ava": "^3.15.0", "babel-loader": "^8.2.2", "eslint": "^7.20.0", "jsdom": "^16.4.0", "uglify-js": "^3.12.8", "webpack": "^5.23.0", "webpack-cli": "^4.5.0" }, "dependencies": { "lodash.clonedeep": "^4.5.0", "lodash.flatten": "^4.4.0", "lodash.uniq": "^4.5.0" }, "repository": { "type": "git", "url": "https://github.com/dr-coton/ios-device-list.git" }, "bugs": { "url": "https://github.com/dr-coton/ios-device-list/issues" }, "homepage": "https://github.com/dr-coton/ios-device-list#readme" }