Files
30-seconds-of-code/node_modules/lokijs/package.json
2019-08-20 15:52:05 +02:00

96 lines
2.7 KiB
JSON

{
"_from": "lokijs@^1.5.7",
"_id": "lokijs@1.5.7",
"_inBundle": false,
"_integrity": "sha512-2SqUV6JH4f15Z5/7LVsyadSUwHhZppxhujgy/VhVqiRYMGt5oaocb7fV/3JGjHJ6rTuEIajnpTLGRz9cJW/c3g==",
"_location": "/lokijs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "lokijs@^1.5.7",
"name": "lokijs",
"escapedName": "lokijs",
"rawSpec": "^1.5.7",
"saveSpec": null,
"fetchSpec": "^1.5.7"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/lokijs/-/lokijs-1.5.7.tgz",
"_shasum": "3bbeb5c2dbffebd78d035bac82c7c4e6055870f0",
"_spec": "lokijs@^1.5.7",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Joe Minichino",
"email": "joe.minichino@gmail.com"
},
"bugs": {
"url": "https://github.com/techfort/LokiJS/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Dave",
"email": "github@obeliskos.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "Fast document oriented javascript in-memory database",
"devDependencies": {
"istanbul": "^0.4.4",
"jasmine": "^2.4.1",
"jsdoc": "^3.5.5",
"jshint": "^2.9.2",
"karma": "^1.1.2",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"mocha": "^2.5.3",
"phantomjs": "^1.9.20",
"rimraf": "^2.5.4",
"should": "^4.6.5",
"uglify-js": "^2.7.0"
},
"directories": {
"example": "examples"
},
"homepage": "http://lokijs.org",
"keywords": [
"javascript",
"document-oriented",
"mmdb",
"json",
"nosql",
"lokijs",
"in-memory"
],
"license": "MIT",
"main": "src/lokijs.js",
"name": "lokijs",
"repository": {
"type": "git",
"url": "git+https://github.com/techfort/LokiJS.git"
},
"scripts": {
"benchmark": "node benchmark/benchmark",
"build": "npm run build:lokijs && npm run build:indexedAdapter",
"build:indexedAdapter": "uglifyjs src/loki-indexed-adapter.js > build/loki-indexed-adapter.min.js",
"build:lokijs": "uglifyjs src/lokijs.js > build/lokijs.min.js",
"clean": "rimraf build/* coverage/* node_modules",
"jsdoc": "jsdoc -c jsdoc-conf.json",
"lint": "jshint src",
"postbuild": "karma start karma.build.conf.js --single-run",
"pour:beer": "echo New npm version published, one beer for you !",
"prepublish": "npm run build",
"pretest": "npm run lint",
"test": "npm run test:browser && npm run test:node",
"test:browser": "karma start karma.conf.js --single-run",
"test:node": "istanbul cover --dir coverage/nodejs node_modules/jasmine/bin/jasmine.js"
},
"version": "1.5.7"
}