1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "sliced@0.0.5",
- "D:\\work\\im\\node_modules\\mongoose"
- ]
- ],
- "_from": "sliced@0.0.5",
- "_id": "sliced@0.0.5",
- "_inCache": true,
- "_installable": true,
- "_location": "/sliced",
- "_npmUser": {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "aaron"
- },
- "_npmVersion": "1.1.59",
- "_phantomChildren": {},
- "_requested": {
- "name": "sliced",
- "raw": "sliced@0.0.5",
- "rawSpec": "0.0.5",
- "scope": null,
- "spec": "0.0.5",
- "type": "version"
- },
- "_requiredBy": [
- "/mongoose",
- "/mquery"
- ],
- "_resolved": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz",
- "_shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
- "_shrinkwrap": null,
- "_spec": "sliced@0.0.5",
- "_where": "D:\\work\\im\\node_modules\\mongoose",
- "author": {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "Aaron Heckmann"
- },
- "bugs": {
- "url": "https://github.com/aheckmann/sliced/issues"
- },
- "dependencies": {},
- "description": "A faster Node.js alternative to Array.prototype.slice.call(arguments)",
- "devDependencies": {
- "benchmark": "~1.0.0",
- "mocha": "1.5.0"
- },
- "directories": {},
- "dist": {
- "shasum": "5edc044ca4eb6f7816d50ba2fc63e25d8fe4707f",
- "tarball": "https://registry.npmjs.org/sliced/-/sliced-0.0.5.tgz"
- },
- "homepage": "https://github.com/aheckmann/sliced#readme",
- "keywords": [
- "arguments",
- "slice",
- "array"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "aaron.heckmann+github@gmail.com",
- "name": "aaron"
- }
- ],
- "name": "sliced",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/aheckmann/sliced.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "0.0.5"
- }
|