{ "_from": "accessor-fn@^1.2.2", "_id": "accessor-fn@1.2.2", "_inBundle": false, "_integrity": "sha1-3VLCcUZTiLKXZKt58iIt7dEeSbI=", "_location": "/accessor-fn", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "accessor-fn@^1.2.2", "name": "accessor-fn", "escapedName": "accessor-fn", "rawSpec": "^1.2.2", "saveSpec": null, "fetchSpec": "^1.2.2" }, "_requiredBy": [ "/circlepack-chart" ], "_resolved": "https://registry.npmjs.org/accessor-fn/-/accessor-fn-1.2.2.tgz", "_shasum": "dd52c271465388b29764ab79f2222dedd11e49b2", "_spec": "accessor-fn@^1.2.2", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/node_modules/circlepack-chart", "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "bugs": { "url": "https://github.com/vasturiano/accessor-fn/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "A wrapper function for object accessor properties", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.24.1", "uglify-js": "^3.1.0", "webpack": "^3.5.6" }, "homepage": "https://github.com/vasturiano/accessor-fn", "keywords": [ "accessor", "web", "component", "wrapper" ], "license": "MIT", "main": "dist/accessor.min.js", "name": "accessor-fn", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/accessor-fn.git" }, "scripts": { "build": "webpack", "minify": "uglifyjs dist/accessor.js -o dist/accessor.min.js -c -m", "prepublish": "npm run build && npm run minify", "watch": "webpack --progress --colors --watch" }, "version": "1.2.2" }