UNPKG

idevicedb

Version:

Searchable collection of Apple devices

58 lines (57 loc) 1.43 kB
{ "name": "idevicedb", "version": "1.2.0", "description": "Searchable collection of Apple devices", "main": "index.js", "browser": "dist/iDeviceDB.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": "npx webpack build", "webpack-prod": "npx webpack build --config webpack.prod.config.js", "dist": "npm run devices && npm run webpack-dev && npm run webpack-prod" }, "author": "Sam Neale <me@samneale.dev>", "license": "ISC", "keywords": [ "ios", "iphone", "ipad", "ipod", "watch", "device", "devices", "model", "fccid", "list" ], "devDependencies": { "@babel/core": "^7.19.1", "@babel/preset-env": "^7.19.1", "ava": "^4.3.3", "babel-loader": "^8.2.5", "eslint": "^8.23.1", "jsdom": "^20.0.0", "uglify-js": "^3.17.0", "webpack": "^5.74.0", "webpack-cli": "^4.10.0" }, "dependencies": { "lodash.clonedeep": "^4.5.0", "lodash.flatten": "^4.4.0", "lodash.uniq": "^4.5.0" }, "repository": { "type": "git", "url": "https://github.com/openrepairs/idevicedb.git" }, "bugs": { "url": "https://github.com/openrepairs/idevicedb/issues" }, "homepage": "https://github.com/openrepairs/idevicedb#readme" }