forgeplus-react/node_modules/localforage/package.json

104 lines
3.0 KiB
JSON

{
"_args": [
[
"localforage@1.10.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "localforage@1.10.0",
"_id": "localforage@1.10.0",
"_inBundle": false,
"_integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
"_location": "/localforage",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "localforage@1.10.0",
"name": "localforage",
"escapedName": "localforage",
"rawSpec": "1.10.0",
"saveSpec": null,
"fetchSpec": "1.10.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz",
"_spec": "1.10.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Mozilla"
},
"bugs": {
"url": "http://github.com/localForage/localForage/issues"
},
"dependencies": {
"lie": "3.1.1"
},
"description": "Offline storage, improved.",
"devDependencies": {
"babel-core": "^6.5.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.2",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-es2015-modules-umd": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-loose": "^7.0.0",
"babelify": "^7.2.0",
"browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
"cors": "^2.3.1",
"eslint-config-prettier": "^2.9.0",
"grunt": "^0.4.2",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^3.8.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.5.0",
"grunt-es3-safe-recast": "^0.1.0",
"grunt-eslint": "^20.0.0",
"grunt-rollup": "^0.6.2",
"grunt-run": "^0.5.2",
"grunt-saucelabs": "^5.1.2",
"grunt-ts": "^6.0.0-beta.11",
"grunt-webpack": "^1.0.11",
"husky": "^2.3.0",
"lint-staged": "^8.1.7",
"load-grunt-tasks": "^0.4.0",
"mocha": "^3.4.2",
"mocha-headless-chrome": "3.1.0",
"prettier": "~1.12.0",
"rollupify": "^0.1.0",
"script-loader": "^0.6.1",
"typescript": "^2.0.3",
"uglify-js": "^2.3.x",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.10.1"
},
"homepage": "https://github.com/localForage/localForage",
"keywords": [
"indexeddb",
"localstorage",
"storage",
"websql"
],
"license": "Apache-2.0",
"main": "dist/localforage.js",
"name": "localforage",
"repository": {
"type": "git",
"url": "git://github.com/localForage/localForage.git"
},
"scripts": {
"build": "node -e \"require('grunt').cli()\" null build",
"prettify": "prettier --write \"src/**/*.js\" \"test/**/*.js\"",
"publish-docs": "node -e \"require('grunt').cli()\" null copy build-rules-html publish-rules",
"serve": "node -e \"require('grunt').cli()\" null serve",
"test": "node -e \"require('grunt').cli()\" null test"
},
"typings": "typings/localforage.d.ts",
"version": "1.10.0"
}