You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.5 KiB
65 lines
1.5 KiB
{ |
|
"_args": [ |
|
[ |
|
"buffer-equal@0.0.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_from": "buffer-equal@0.0.1", |
|
"_id": "buffer-equal@0.0.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-RgSV6InVQ9ODPdLWJ5UAqBqJBOg370Nz6ZQtRzpt6nUjc8v0St97uJ4PYC6NztqIScrAXafKM3mZPMygSe1ggA==", |
|
"_location": "/buffer-equal", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "buffer-equal@0.0.1", |
|
"name": "buffer-equal", |
|
"escapedName": "buffer-equal", |
|
"rawSpec": "0.0.1", |
|
"saveSpec": null, |
|
"fetchSpec": "0.0.1" |
|
}, |
|
"_requiredBy": [ |
|
"/load-bmfont" |
|
], |
|
"_resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-0.0.1.tgz", |
|
"_spec": "0.0.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"author": { |
|
"name": "James Halliday", |
|
"email": "mail@substack.net", |
|
"url": "http://substack.net" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/substack/node-buffer-equal/issues" |
|
}, |
|
"description": "return whether two buffers are equal", |
|
"devDependencies": { |
|
"tap": "0.2.4" |
|
}, |
|
"directories": { |
|
"example": "example", |
|
"test": "test" |
|
}, |
|
"engines": { |
|
"node": ">=0.4.0" |
|
}, |
|
"homepage": "https://github.com/substack/node-buffer-equal#readme", |
|
"keywords": [ |
|
"buffer", |
|
"equal" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "buffer-equal", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/substack/node-buffer-equal.git" |
|
}, |
|
"scripts": { |
|
"test": "tap test/*.js" |
|
}, |
|
"version": "0.0.1" |
|
}
|
|
|