12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "encrypted-attr@1.0.6",
- "_id": "encrypted-attr@1.0.6",
- "_inBundle": false,
- "_integrity": "sha1-W5+BqTCOvpnb6c3YRSPI/au2+V4=",
- "_location": "/encrypted-attr",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "encrypted-attr@1.0.6",
- "name": "encrypted-attr",
- "escapedName": "encrypted-attr",
- "rawSpec": "1.0.6",
- "saveSpec": null,
- "fetchSpec": "1.0.6"
- },
- "_requiredBy": [
- "/waterline"
- ],
- "_resolved": "http://registry.npm.taobao.org/encrypted-attr/download/encrypted-attr-1.0.6.tgz",
- "_shasum": "5b9f81a9308ebe99dbe9cdd84523c8fdabb6f95e",
- "_spec": "encrypted-attr@1.0.6",
- "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\waterline",
- "author": {
- "name": "Simon Ratner",
- "url": "https://github.com/simonratner"
- },
- "bugs": {
- "url": "https://github.com/simonratner/node-encrypted-attr/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "lodash": "^4.17.4"
- },
- "deprecated": false,
- "description": "Encrypted model attributes in your favourite ORM.",
- "devDependencies": {
- "mocha": "^3.5.0",
- "mocha-standard": "^1.0.0",
- "standard": "^10.0.3",
- "unexpected": "^10.33.2"
- },
- "engines": {
- "node": ">=6.0"
- },
- "homepage": "https://github.com/simonratner/node-encrypted-attr",
- "keywords": [
- "attr_encrypted",
- "encrypted",
- "attribute",
- "property",
- "model",
- "orm"
- ],
- "license": "MIT",
- "name": "encrypted-attr",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/simonratner/node-encrypted-attr.git"
- },
- "scripts": {
- "test": "mocha -R spec --recursive"
- },
- "version": "1.0.6"
- }
|