1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "string-hash@1.1.3",
- "/Users/wc/Desktop/HBuilder/vue3_cesium"
- ]
- ],
- "_development": true,
- "_from": "string-hash@1.1.3",
- "_id": "string-hash@1.1.3",
- "_inBundle": false,
- "_integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=",
- "_location": "/string-hash",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "string-hash@1.1.3",
- "name": "string-hash",
- "escapedName": "string-hash",
- "rawSpec": "1.1.3",
- "saveSpec": null,
- "fetchSpec": "1.1.3"
- },
- "_requiredBy": [
- "/postcss-modules"
- ],
- "_resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
- "_spec": "1.1.3",
- "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
- "author": {
- "name": "The Dark Sky Company",
- "email": "developer@darksky.net"
- },
- "bugs": {
- "url": "https://github.com/darkskyapp/string-hash/issues"
- },
- "dependencies": {},
- "description": "fast string hashing function",
- "devDependencies": {
- "mocha": "*"
- },
- "homepage": "https://github.com/darkskyapp/string-hash#readme",
- "keywords": [
- "string",
- "hashing"
- ],
- "license": "CC0-1.0",
- "main": "./index",
- "name": "string-hash",
- "repository": {
- "type": "git",
- "url": "git://github.com/darkskyapp/string-hash.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.1.3"
- }
|