Files
Virtual-Box/.npm/_cacache/content-v2/sha512/9c/08/bd83c860f6e75fcc895d31c615f7e0b53b058c8fe13f1aff9cfe2fb273c0958ecdb21d6b2af57ce8cee30fccb38cf4a67a030d99842154b9a6a116ae44a4
2025-12-02 16:27:21 +00:00

1 line
4.1 KiB
Plaintext

{"_id":"get-prototype-chain","_rev":"4-e61d44416d98411dc50a26ba8ebcc36b","name":"get-prototype-chain","description":"Returns an array of the object's prototype chain","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"get-prototype-chain","version":"1.0.0","description":"Returns an array of the object's prototype chain","main":"get-prototype-chain.js","engines":{"node":">=4.0.0"},"scripts":{"test":"jasmine"},"repository":{"type":"git","url":"git+https://github.com/leahciMic/get-prototype-chain.git"},"keywords":["prototype","chain","properties"],"author":{"name":"Michael Leaney","email":"leahcimic@gmail.com"},"license":"ISC","bugs":{"url":"https://github.com/leahciMic/get-prototype-chain/issues"},"homepage":"https://github.com/leahciMic/get-prototype-chain#readme","devDependencies":{"jasmine":"^2.3.2"},"gitHead":"edbf78a971404fa26329e788ff91da687b05dada","_id":"get-prototype-chain@1.0.0","_shasum":"959a67a2fac01d0f1b0b35025236487a13f29b6e","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"leahcimic","email":"leahcimic@gmail.com"},"dist":{"shasum":"959a67a2fac01d0f1b0b35025236487a13f29b6e","tarball":"https://registry.npmjs.org/get-prototype-chain/-/get-prototype-chain-1.0.0.tgz","integrity":"sha512-3kuPnc09dlgy5hyaGWzofYXTmioqp2gsZVD39dW2Q89fSdCxaxjmP7s9TPxEQFWvCxgOFtRHqJWKw6+8KyyBCQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEYguvbcUfWRrvzB9WNI4ReZ8dV9S03k2hY9BTap7kyVAiBI2IhDP5XT6ZjFs52ZPSMe2kj7Lc5o+zq5hPPcyZ0+Ag=="}]},"maintainers":[{"name":"leahcimic","email":"leahcimic@gmail.com"}]},"1.0.1":{"name":"get-prototype-chain","version":"1.0.1","description":"Returns an array of the object's prototype chain","main":"get-prototype-chain.js","engines":{"node":">=4.0.0"},"scripts":{"test":"jasmine"},"repository":{"type":"git","url":"git+https://github.com/leahciMic/get-prototype-chain.git"},"keywords":["prototype","chain","properties"],"author":{"name":"Michael Leaney","email":"leahcimic@gmail.com"},"license":"ISC","bugs":{"url":"https://github.com/leahciMic/get-prototype-chain/issues"},"homepage":"https://github.com/leahciMic/get-prototype-chain#readme","devDependencies":{"jasmine":"^2.3.2"},"gitHead":"905efef7649cdbf33510fa425e8bffdbd506bb7a","_id":"get-prototype-chain@1.0.1","_shasum":"a171a115ea1e4906c6ed3843a1f001c18510416f","_from":".","_npmVersion":"2.14.2","_nodeVersion":"4.0.0","_npmUser":{"name":"leahcimic","email":"leahcimic@gmail.com"},"dist":{"shasum":"a171a115ea1e4906c6ed3843a1f001c18510416f","tarball":"https://registry.npmjs.org/get-prototype-chain/-/get-prototype-chain-1.0.1.tgz","integrity":"sha512-2m7WZ0jveIg/dAbCbpUxEToaJ8Dmti5EkgDP8YM3UpHUT6SAORjE2odP8XQGNVGXMHi8q8cCCoy3HTByTaTVTw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdczHMqckD8CT1l04g4JkTPSLava+Ae5qWXYPUW6Y0KAiEAuGKM9wwLg78nq8bjYiGsc0TyvFu4dJKe/Cgwl8cTgMc="}]},"maintainers":[{"name":"leahcimic","email":"leahcimic@gmail.com"}]}},"readme":"# get-prototype-chain [![Build Status](https://travis-ci.org/leahciMic/get-prototype-chain.svg?branch=master)](https://travis-ci.org/leahciMic/get-prototype-chain)\n\nReturns an array with the passed in object's prototype chain (in\nascending order).\n\n## Install\n\n```sh\nnpm install --save get-prototype-chain\n```\n\n## Usage\n\n```js\nconst getPrototypeChain = require('get-prototype-chain');\n\nclass A {\n\n}\n\nclass B extends A {\n\n}\n\nclass C extends B {\n\n}\n\nvar obj = new C();\n\ngetPrototypeChain(obj).map(x => x.constructor.name)\n\n// returns ['C', 'C', 'B', 'A', 'Object']\n```\n","maintainers":[{"name":"leahcimic","email":"leahcimic@gmail.com"}],"time":{"modified":"2022-06-18T07:53:21.557Z","created":"2015-09-14T05:09:37.116Z","1.0.0":"2015-09-14T05:09:37.116Z","1.0.1":"2015-09-15T07:04:20.505Z"},"homepage":"https://github.com/leahciMic/get-prototype-chain#readme","keywords":["prototype","chain","properties"],"repository":{"type":"git","url":"git+https://github.com/leahciMic/get-prototype-chain.git"},"author":{"name":"Michael Leaney","email":"leahcimic@gmail.com"},"bugs":{"url":"https://github.com/leahciMic/get-prototype-chain/issues"},"license":"ISC","readmeFilename":"README.md"}